function demo()
{
      if (confirm('Välkommen att provhandla på ICA. OBS! Detta är endast en demonstration av systemet. Vill du göra en beställning, välj "registrera dig som kund"'))
      {
		 nytt2('https://ssl.online.nu/mol2/logform.cfm?user=demo&pass=demo&bid=12018');
      }
}


function openWin(winURL , winName, winFeatures)
{
  window.open(winURL , winName, winFeatures);
}


function nyttold(obj){
windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + screen.width + ",height=" + screen.height;
	//window.open('lank.html','','screen.availWidth,screen.availHeight');
		fonster=window.open(obj,"",windowprops)
	

}
function nytt2(obj){
var tempheight= screen.height-80,tempwidth= screen.width-15,
windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + tempwidth + ",height=" + tempheight;

window.open(obj,'popupfunster', windowprops);
}
