document.write( '<div class=\"chromestyle\" id=\"chromemenu\"><ul>\n' );
document.write( '<li><a href=\"http://www.bobhome.nl\">Home</a></li>\n' );
document.write( '<li><a href=\"aus.html\" rel=\"dropmenu1\">Australia</a></li>\n' );
document.write( '<li><a href=\"weer.html\">Weather</a></li>\n' );
document.write( '<li><a href=\"cars.html\" rel=\"dropmenu2\">Cars</a></li>\n' );
document.write( '<li><a href=\"photo/photo/photo.html\" rel=\"dropmenu3\">Photo</a></li>\n' );
document.write( '<li><a title=\"my youtube channel\" target=\"_blank\" href=\"http://www.youtube.com/user/TheBobhome\">My tube</a></li>\n' );
document.write( '<li><a target=\"_blank\" href=\"http://www.drukkerijspapens.nl/\">Business</a></li>\n' );
document.write( '</ul></div>\n' );
document.write( '<div id=\"dropmenu1\" style=\"width: 95px;\" class=\"dropmenudiv\">\n' );
document.write( '<a target=\"_blank\" href=\"http://members.chello.nl/~m.spapens/aus/aus.html\">Year 2000</a>\n' );
document.write( '<a target=\"_blank\" href=\"http://www.bobhome.nl/aus/site/2003.html\">Year 2003</a>\n' );
document.write( '<a target=\"_blank\" href=\"http://www.bobhome.nl/aus-zea/aus-zea-2010.html\">Year 2010</a>\n' );
document.write( '</div>\n' );
document.write( '<div id=\"dropmenu2\" style=\"width: 70px;\" class=\"dropmenudiv\">\n' );
document.write( '<a href=\"slk.html\">  SLK</a>\n' );
document.write( '<a href=\"pastcars.html\">  past</a>\n' );
document.write( '<a href=\"carputer/html/carputer.html\">  carputer</a>\n' );
document.write( '</div>\n' );
document.write( '<div id=\"dropmenu3\" style=\"width: 107px;\" class=\"dropmenudiv\">\n' );
document.write( '<a href=\"photo/ir/ir.html\">Infrared</a>\n' );
document.write( '<a href=\"photo/3d/3d.html\">Anaglyph</a>\n' );
document.write( '<a href=\"photo/hdr/hdr.html\">HDR</a>\n' );
document.write( '<a href=\"photo/pano/pano.html\">Panorama</a>\n' );
document.write( '<a href=\"photo/combi/combi.html\">Combinations</a>\n' );
document.write( '<a href=\"photo/reg/reg.html\">Regular</a>\n' );
document.write( '</div>\n' );
document.write( '<script type=\"text/javascript\">\n' );
document.write( 'cssdropdown.startchrome(\"chromemenu\")\n' );
document.write( '</script>\n' );

