 function WindowOpen(url){
	subWin = window.open(url,'shop','status=yes,scrollbars=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,location=yes');
 	subWin.window.moveTo(0,0);
 	subWin.window.resizeTo(screen.width,screen.height);
 }
