function fill() {
s  = "<div id='logoImage' style='width:1000px;font-family:verdana;font-size:10pt;'>";
s += "<center><table width=1000 cellpadding=0 cellspacing=0>";
s += "<tr><td>Welcome to Watch Catalog 2011</td>";
s += "<td align=right><a href='default.asp'><img src='Europa-Logo.png' alt='WATCH CATALOG 2011' height=82></a></td></tr>";
s += "<tr><td colspan=2><img src='images/slogan.jpg' alt='Available worldwide through our network of exclusive licensees' width=1000></td></tr>";
s += "</table></center></div>";
document.getElementById("HEADER").innerHTML = s;

s  = "<table width=150 border=0 cellspacing=1 cellpadding=1>";
s += "<tr><td bgcolor=#969696><nobr><b><font color='#FFFFFF'>Watch Catalog</b></td></tr>";
s += "<tr><td bgcolor=#CCCC00 align=center><b><a href='showcat.asp?cat=Budget' style='color:#000000'>Budget</a></td></tr>";
s += "<tr><td bgcolor=#960096 align=center><b><a href='showcat.asp?cat=Elegant' style='color:#000000'>Elegant</a></td></tr>";
s += "<tr><td bgcolor=#FF9900 align=center><b><a href='showcat.asp?cat=Fun' style='color:#000000'>Fun</a></td></tr>";
s += "<tr><td bgcolor=#33CCCC align=center><b><a href='showcat.asp?cat=Clipwatches' style='color:#000000'>Clip watches</a></td></tr>";
s += "<tr><td bgcolor=#339966 align=center><b><a href='showcat.asp?cat=Adventure' style='color:#000000'>Adventure</a></td></tr>";
s += "<tr><td bgcolor=#FF0000 align=center><b><a href='showcat.asp?cat=Prestige' style='color:#000000'>Prestige</a></td></tr>";
s += "<tr><td bgcolor=#0066CC align=center><b><a href='showcat.asp?cat=Sport' style='color:#000000'>Sport</a></td></tr>";
s += "<tr><td><hr></td></tr>";
s += "<tr><td align=right><a href='showcat.asp?cat=Packaging'>Packaging</a></td></tr>";
s += "<tr><td><hr></td></tr>";
s += "<tr><td bgcolor=#969696 align=left><font color='#FFFFFF'><b>Custom options</b></font></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=dialfinishes'>Dial Finishes</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=bandscombo'>Bands - Leather, Nylon & Canvas</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=bandsflexsteels'>Bands - Flex & Stainless Steel</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=bandsleather'>Bands - Leather</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=bandsplush'>Bands - Plush</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=dialdecorations'>Dial Decorations</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=hourtemplates'>Hour Templates</a></td></tr>";
s += "<tr><td align=right><nobr><a href='showcustomoptions.asp?customoptions=special'>Special functions & features</a></td></tr>";
s += "<tr><td><hr></td></tr>";
s += "<tr><td><nobr><a href='info.asp'>General Information</a></td></tr>";
s += "<tr><td><hr></td></tr>";
s += "<tr><td><nobr><a href='Europa2011-2012.pdf'>2011-2012 PDF Catalog (30Mb)</a></td></tr>";
s += "<tr><td><nobr><a href='Europa_Price_List_2011_12.pdf'>Price list for US market</a></td></tr>";

s += "<tr><td><hr></td></tr>";
s += "<tr><td><a href='search.asp'>Search</a></td></tr>";
s += "</table>";
document.getElementById("SIDEBAR").innerHTML = s;

s = "<center><table style={font-size:9pt} cellspacing=2 cellpadding=2>";
s += "<tr><td width=200><A href='mailto:sales@europawatch.com'>sales@europawatch.com</a></td>";
s += "<td width=200><A href='licensees.asp'>Worldwide Licensees</a></td>";
s += "<td width=150><A href='contactus.asp'>Contact us</a></td></tr>";
s += "<tr><td colspan=3><p style='font:arial;font-size:10pt;font-family: verdana;'>Copyright (c) 2010-2011, WATCH CATALOG 2011. All Rights Reserved.</p></td></tr>";
s += "</table></center>";
s += "<script type=\"text/javascript\" src=\"swfobject.js\"></script>";
s += "<script type=\"text/javascript\">";
s += "var s1 = new SWFObject(\"imagerotator.swf\",\"rotator\",\"425\",\"225\",\"7\");";
s += "s1.addParam(\"allowfullscreen\",\"false\");";
s += "s1.addVariable(\"file\",\"madrid.xml\");";
s += "s1.addVariable(\"width\",\"425\");";
s += "s1.addVariable(\"height\",\"225\");";
s += "s1.addVariable(\"shuffle\",\"false\");";
s += "s1.write(\"container\");";
s += "</script>";

document.getElementById("FOOTER").innerHTML = s;
}
