<!--
	function opWdw(name){
		var sub=window.open(""+name+".html","store","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=480");
		sx = 790;
		sy = 540;
		x=(screen.width-sx) / 2;
		y=(screen.height-sy) / 2;
		sub.moveTo(x,y);
}
//-->