//menu mouseover - togo
homeon = new Image(); homeon.src = "mu5_shop_home2.gif"; homeoff = new Image(); homeoff.src = "mu5_shop_home.gif"; 
bmmon = new Image(); bmmon.src = "mu5_shop_bmm2.gif"; bmmoff = new Image(); bmmoff.src = "mu5_shop_bmm.gif";
clothon = new Image(); clothon.src = "mu5_shop_clothing2.gif"; clothoff = new Image(); clothoff.src = "mu5_shop_clothing.gif"; 
poston = new Image(); poston.src = "mu5_shop_post2.gif"; postoff = new Image(); postoff.src = "mu5_shop_post.gif"; 
dlon = new Image(); dlon.src = "mu5_shop_downloads2.gif"; dloff = new Image(); dloff.src = "mu5_shop_downloads.gif"; 
//caon = new Image(); caon.src = "togo_ca_but2.gif"; caoff = new Image(); caoff.src = "mu5_shop_post.gif"; 
//desktopon = new Image();  desktopon.src = "togo_but2_desk.gif"; desktopoff = new Image(); desktopoff.src = "togo_but_desk.gif"; 
collecton = new Image();  collecton.src = "mu5_shop_collect2.gif"; collectoff = new Image(); collectoff.src = "mu5_shop_collect.gif"; 

//change images
function changeImages() { if (document.images) {for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src"); } } }

//open help
function openWindow_mhelp() { popupWin = window.open('help.html', 'remote', 'scrollbars,toolbar,resizable,width=420,height=200,left=200,top=200'); }

//buy it
buyon = new Image();  buyon.src = "togo_minfo2.gif";  buyoff = new Image();  buyoff.src = "togo_minfo1.gif";

//quickie menu functions
function openWindow_sitemap() {  popupWin = window.open('sitemap.html', 'remote', 'scrollbars,resizable,width=230,height=350,left=220,top=100')}
function openWindow_any(pageurl) {  popupWin = window.open(pageurl, 'remote', 'scrollbars,resizable,width=400,height=200,left=100,top=100')}
function openWindow(url,wdth,hgt) { popupWin = window.open(url, 'remote', ",width=" + wdth + ",height=" + hgt + ",scrollbars,resizable,left=20,top=20")}