//frame
if (self.name==top.name)
{
document.write('<Frameset border="0" frameSpacing=0 rows=1,45,* frameBorder=No> ')
document.write('<Frame name=nascosta marginWidth=0 marginHeight=0 src="http://www.mofert.com/bianca.htm" frameBorder=No noResize scrolling=no> ') 
document.write('<Frameset border="0" cols=345,*> ')
document.write('<Frame name=TOPLEFT marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/topleft.htm" frameBorder=No noResize scrolling=no> ')
document.write('<Frame name=TOP marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/top-xx.htm" frameBorder=no noResize scrolling=no> ')
document.write('</frameset>')
document.write('<Frameset border="0" rows=*,23> ')
document.write('<Frameset border="0" cols=160,*> ')
document.write('<Frameset border="0" rows=*,185> ')
document.write('<Frame name=MENU marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/web_tv/topbar/menu.htm" frameBorder=No noResize scrolling=no> ')
document.write('<Frame name=SOUSMENU marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/sousmenu-webcam.htm" noResize scrolling=no> ')
document.write('</frameset>')
document.write('<Frameset border="0" cols=*,10> ')
document.write('<Frameset border="0" rows=32,*> ')
document.write('<Frame name=HAUTMAIN marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/hautmain.htm" frameBorder=No noResize scrolling=no> ')
document.write('<frame name="MAIN" src='+document.location.href+'?a>')

document.write('</frameset>')
document.write('<Frameset border="0" rows=31,*> ')
document.write('<Frame name=DROIT1 marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/droit1.htm" frameBorder=No noResize scrolling=no> ')
document.write('<Frame name=DROIT2 marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/droit2.htm" frameBorder=No noResize scrolling=no> ')
document.write('</frameset>')
document.write('</frameset>')
document.write('</frameset>')
document.write('<Frameset border="0" cols=300,*> ')
document.write('<Frame name=BASGAUCHE marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/basgauche.htm" frameBorder=No noResize scrolling=no> ')
document.write('<Frameset border="0" cols=*,14> ')
document.write('<Frame name=BAS marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/bas.htm" frameBorder=No noResize scrolling=no> ')
document.write('<Frame name=DROIT3 marginWidth=0 marginHeight=0 src="http://www.mofert.com/progetto/topbar/droit3.htm" frameBorder=No noResize scrolling=no> ')
document.write('</frameset>')
document.write('</frameset>')
document.write('</frameset>')
}

//style
{
document.write("<link rel='stylesheet' href='http://www.mofert.com/progetto/topbar/pagina_styles.css' type='text/css'>");
}



//finestra Adatta Maxi

function afficheAdatta(cheminAdatta,cheminMaxi)
   {
   document.write('<A HREF="javascript:afficheMaxi(\''+cheminMaxi+'\')"><IMG SRC="'+cheminAdatta+'" HSPACE=0 VSPACE=0 BORDER=1 ALT="Clicca qui per ingrandire la foto ~ se Disponibile"></A>');
   }
function afficheMaxi(chemin)
   {
   i1 = new Image;
   i1.src = chemin;
   html = '<HTML>\n<HEAD>\n<TITLE>Image</TITLE>\n</HEAD>\n<BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0>\n<CENTER><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+14,document.imageTest.height+32)"></CENTER>\n</BODY>\n</HTML>';
   popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
   popupImage.document.open();
   popupImage.document.write(html);
   popupImage.document.close()
   };

