
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=250,height=250,screenX=0,screenY=0,top=0,left=0');
}

function openStore(page) {
	if (store.open)
		alert('Yes');
	else
		alert ('No');
		
}
