function OpenDetail(URL) {
	newWin=window.open(URL,'detail','width=600,height=550,resizable=yes,scrollbars=yes');
	newWin.focus();
}

function OpenBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function Order() {
	window.opener.location.href="orderform.html";
	close();
}

function popUp(url) {
	sealWin=window.open(url,"win",'toolbar=0,location=1,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=450');
	self.name = "mainWin";
}

function Stay(){
}

function OpenCvs(){
	sealWin=window.open("cvslist.html","cvs",'toolbar=0,location=1,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=450,height=600');
}
