function MM_openBrWindow_standard(theURL,winName,features) { //v2.0
  w_popup=window.open(theURL,winName,features);

}


function MM_openBrWindow(theURL,winName,features) { 

		b='<html>';
		b=b+'<head>';
		b=b+'<title>Comes Elevatori - Prodotti</title>';
		b=b+'</head>';
		b=b+'<body style="margin:0;border:0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#ffffff">';
		b=b+'<img name="LargeImg" src="'+theURL+'" border="0"/>';
		b=b+'</body>';
		b=b+'</html>';

		w_popup=window.open('','pop_prodotto',features);
		w_popup.document.write(b);
		w_popup.document.close();
		w_popup.focus();
}
