function openHelp(i){
	var sti="../../backend/e_kasse_help.asp?help="+i
	var help=opener.open(sti,"Help","scrollbars=yes,status=no,width=530,height=440,resizable=yes,menubar=no,screenX=200,screenY=20");
	/*if (help.opener==null)
		help.opener.self;
	help.focus();*/
}

function opensalgsbe(ref){
	var sti="../../backend/salgsbet.asp?ref="+ref
	var salg=opener.open(sti,"Salgsbetingelser","scrollbars=yes,status=no,width=530,height=440,resizable=yes,menubar=no,screenX=200,screenY=20");
	/*if (salg.opener==null)
		salg.opener.self;
	salg.focus();*/
}

function openBestilling(ISBN, reference){
URL="https://www.schultzboghandel.dk/ekasse/member/basket.asp?=" + ISBN + "&reference=" + reference;

openUrl(URL);	}function openSku(sku,reference){	URL="https://www.schultzboghandel.dk/ekasse/member/basket.asp?sku=" + sku + "&reference=" + reference;	openUrl(URL);}
       
function openUrl(URL){

if (URL.match(/www.bog.schultz.dk/i))
{
	URL = URL.replace(/www.bog.schultz.dk/i, "www.schultzboghandel.dk");
}

if (document.layers){	win = window.open(URL,"Bestillingsliste","scrollbars=yes,status=no,width=550,height=505,resizable=no,menubar=no,screenX=200,screenY=20");
	//win = window.open(URL,"Bestillingsliste","scrollbars=yes,status=no,width=550,height=490,resizable=no,menubar=no,screenX=200,screenY=20");	}else {
	win = window.open(URL,"Bestillingsliste","scrollbars=yes,status=no,width=550,height=480,resizable=no,menubar=no,screenX=200,screenY=20");
	//win = window.open(URL,"Bestillingsliste","status=no,width=550,height=465,resizable=no,menubar=no,screenX=200,screenY=20");	}

if (win.opener == null){
win.opener = _self;
}
win.focus();
}
function skrivBestilling(ISBN, reference){

	/*var isNav4, isIE4
	if(parseInt(navigator.appVersion)>=4){
		//isNav4=(navigator.appName=="Netscape");
		isIE4 = (navigator.appName.indexOf("Microsoft")!=-1)
	}
	if(isIE4)
		var newWindow=window.open("ie.asp?ISBN=" + ISBN + "&ref=" + reference,"Bestillingsliste","scrollbars=yes,status=no,width=530,height=440,resizable=no,menubar=no,screenX=200,screenY=20");
        else*/
        	var newWindow=window.open("andre.asp?ISBN=" + ISBN + "&ref=" + reference,"Bestillingsliste","scrollbars=yes,status=no,width=530,height=440,resizable=no,menubar=yes,screenX=200,screenY=20");

	if (newWindow.opener==null)
		newWindow.openener=self;
	//newWindow.focus();

}
function skrivBestilling2(ISBN, org){

	var isNav4, isIE4
	if(parseInt(navigator.appVersion)>=4){
		//isNav4=(navigator.appName=="Netscape");
		isIE4 = (navigator.appName.indexOf("Microsoft")!=-1)
	}
	if(isIE4)
		var newWindow=window.open("member/basket.asp?ISBN=" + ISBN + "&ref=" + org,"Bestillingsliste","scrollbars=yes,status=no,width=530,height=440,resizable=no,menubar=no,screenX=200,screenY=20");
        else
        	var newWindow=window.open("andre.asp?ISBN=" + ISBN + "&ref=" + org,"Bestillingsliste","scrollbars=yes,status=no,width=530,height=440,resizable=no,menubar=yes,screenX=200,screenY=20");

	if (newWindow.opener==null)
		newWindow.openener=self;
	//newWindow.focus();

}
