function printerFriendlyPage(theURL,theWindow,pos) {
	var w=500
	var h=600
	if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w-10)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h-25)/2:1;}
	if(pos=="default"){LeftPosition=100;TopPosition=100}
	else if((pos!="center" && pos!="default") || pos==null){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:1;}
	window.open(theURL,theWindow,'top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function productDetail(theURL,theWindow,pos) {
	var w=600
	var h=600
	if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w-10)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h-25)/2:1;}
	if(pos=="default"){LeftPosition=100;TopPosition=100}
	else if((pos!="center" && pos!="default") || pos==null){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:1;}
	window.open(theURL,theWindow,'top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function footnote(theURL,theWindow,pos) {
	var w=600
	var h=600
	if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w-10)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h-25)/2:1;}
	if(pos=="default"){LeftPosition=100;TopPosition=100}
	else if((pos!="center" && pos!="default") || pos==null){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:1;}
	window.open(theURL,theWindow,'top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function footaddress(theURL,theWindow,pos) {
	var w=800
	var h=600
	if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w-10)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h-25)/2:1;}
	if(pos=="default"){LeftPosition=100;TopPosition=100}
	else if((pos!="center" && pos!="default") || pos==null){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:1;}
	window.open(theURL,theWindow,'top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function openOol(theURL,theWindow,pos) {
	var w=1000
	var h=700
	if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w-10)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h-25)/2:1;}
	if(pos=="default"){LeftPosition=100;TopPosition=100}
	else if((pos!="center" && pos!="default") || pos==null){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:1;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:1;}
	window.open(theURL,theWindow,'top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
}

function confDeleteOrder() {
	ok=confirm("Do you really want to cancel the order? \nThis action delete the whole order but not your saved templates \nThis can't be undone.\n\nContinue?")
	if (ok) {
		top.location='frameset.htm'
		alert('The order is deleted')
	}
	else {
		return false;
	}
}	

function focussearch(o)
{
	if(o.value=="Search Site")
	{
		o.value="";
	}
}

