function Popup_Product_Window(host)

{		

	var height = 200; 

	var width = 300;

	var rnd = (Math.round((Math.random()*999)+1));

	var top=Math.round((screen.height-height)/2);

	var left=Math.round((screen.width-width)/2);

	 

	this.open(host+"popup_window.html", "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");

}

function Popup_Product_Window1(host)

{		

	var height = 300; 

	var width = 550;

	var rnd = (Math.round((Math.random()*999)+1));

	var top=Math.round((screen.height-height)/2);

	var left=Math.round((screen.width-width)/2);

	 

	this.open(host+"popup_window1.html", "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");

}

function Popup_Product_Window2(host)

{		

	var height = 400; 

	var width = 700;

	var rnd = (Math.round((Math.random()*999)+1));

	var top=Math.round((screen.height-height)/2);

	var left=Math.round((screen.width-width)/2);

	 

	this.open(host+"popup_window2.html", "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");

}

function Popup_Product_Window3(host)

{		

	var height = 180; 

	var width = 400;

	var rnd = (Math.round((Math.random()*999)+1));

	var top=Math.round((screen.height-height)/2);

	var left=Math.round((screen.width-width)/2);

	 

	this.open(host+"popup_window3.html", "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");

}

function Popup_Product_Window4(host)

{		

	var height = 200; 

	var width = 300;

	var rnd = (Math.round((Math.random()*999)+1));

	var top=Math.round((screen.height-height)/2);

	var left=Math.round((screen.width-width)/2);

	 

	this.open(host+"popup_window4.html", "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");

}


