function PopIt(nomefile,codiceprodotto){  

var S1 = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'><html><head>\n"
var S2 = "<style type=text/css>.testoimg {FONT-SIZE: 12px; MARGIN: 0px; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; font-weight: bold}</style>\n"

var S3 = "<title>"+codiceprodotto+"</title>\n"

var S4 = "<meta http-equiv=Content-Type content='text/html; charset=windows-1252'></head>\n"

var S5 = "<body  bgcolor='#FFFFFF' text='#000000' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>\n"

var S6 = "<table width='100%'border='0' cellpadding='0' cellspacing='0'><TR><TD>\n"

var S7 = "<table width='90%'border='0' cellpadding='0' cellspacing='0'>\n"
var S8 = "<tr><td  align='center'  height='15'></td></tr>\n"
var S9 = "</table></TD></TR>\n"
var S10 = "<TR><TD><table width='100%' height='10' border='0' cellpadding='0' cellspacing='0' align='center'>\n"
var S11 = "<tr><td  width='70%' align='center' ><IMG  class=imagebox_in src='"+nomefile+".jpg'  BORDER='0'></td></tr></table></TD></TR>\n" 
																			 
var S12 = "<TR><TD><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr valign='middle'>\n" 
																					  
var S13 = "<td class='testoimg' width='80%' height='20' align='left' >&nbsp;&nbsp;"+codiceprodotto+"</td>\n"
var S14 = "<td class='testoimg' width='10%' align='right'  >&nbsp;&copy;&nbsp;</td>\n"
var S15 = "<td width='10%' align='left'><img src='immagini_leben/LEBEN_LOGO.gif' width='47' height='8' vspace='0' align='left'></td>\n"
var S16 = "</tr></table>\n"

var S17 = "</TD></TR></table></body></html>\n"

	popup = window.open("","popDialog","height=350,width=470 scrollbars=no")  

	popup.document.write(S1+S2+S3+S4+S5+S6+S7+S8+S9+S10+S11+S12+S13+S14+S15+S16+S17)  

	popup.document.close()

}

function PopIt2(nomefile){


var S1 = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'><html><head>\n"
var S2 = "<style type=text/css>.testoimg {FONT-SIZE: 12px; MARGIN: 0px; FONT-STYLE: normal; FONT-FAMILY: verdana, arial; font-weight: bold}</style>\n"

var S3 = "<title>zoom</title>\n"

var S4 = "<meta http-equiv=Content-Type content='text/html; charset=windows-1252'></head>\n"

var S5 = "<body  bgcolor='#FFFFFF' text='#000000' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>\n"

var S6 = "<table width='100%'border='0' cellpadding='0' cellspacing='0'><TR><TD>\n"

var S7 = "<table width='90%'border='0' cellpadding='0' cellspacing='0'>\n"
var S8 = "<tr><td  align='center'  height='15'></td></tr>\n"
var S9 = "</table></TD></TR>\n"
var S10 = "<TR><TD><table width='100%' height='10' border='0' cellpadding='0' cellspacing='0' align='center'>\n"
var S11 = "<tr><td  width='70%' align='center' ><IMG  class=imagebox_in src='"+nomefile+"'  BORDER='0'></td></tr></table></TD></TR>\n" 
																			 
var S12 = "</table>\n"

var S13 = "</TD></TR></table></body></html>\n"

	popup = window.open("","popDialog","height=370,width=530 scrollbars=no")  

	popup.document.write(S1+S2+S3+S4+S5+S6+S7+S8+S9+S10+S11+S12+S13)  

	popup.document.close()
}

