// * Internet ExplorerAuto-Bookmark
function bookMark(theURL,theTitle) {
	if (document.all) {
		window.external.AddFavorite(theURL,theTitle);
	}
	else { alert("Sorry: Internet Explorer Only"); }
}

// * Pop-Up Loader
function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

// * Pre-Loading Sidebar Image OnMouseOver
button01 = new Image; button01.src = 'images/button01.gif';
button02 = new Image; button02.src = 'images/button02.gif';
button11 = new Image; button11.src = 'images/button11.gif';
button12 = new Image; button12.src = 'images/button12.gif';
button21 = new Image; button21.src = 'images/button21.gif';
button22 = new Image; button22.src = 'images/button22.gif';
button31 = new Image; button31.src = 'images/button31.gif';
button32 = new Image; button32.src = 'images/button32.gif';
button41 = new Image; button41.src = 'images/button41.gif';
button42 = new Image; button42.src = 'images/button42.gif';
button51 = new Image; button51.src = 'images/button51.gif';
button52 = new Image; button52.src = 'images/button52.gif';
button61 = new Image; button61.src = 'images/button61.gif';
button62 = new Image; button62.src = 'images/button62.gif';
button71 = new Image; button71.src = 'images/button71.gif';
button72 = new Image; button72.src = 'images/button72.gif';
button81 = new Image; button81.src = 'images/button81.gif';
button82 = new Image; button82.src = 'images/button82.gif';
button91 = new Image; button91.src = 'images/button91.gif';
button92 = new Image; button92.src = 'images/button92.gif';

// * Pre-Loading Coin Image OnMouseOver
coin11 = new Image; coin11.src = 'images/coins/fmp1.gif';
coin12 = new Image; coin12.src = 'images/coins/fmp2.gif';
coin21 = new Image; coin21.src = 'images/coins/furuba1.gif';
coin22 = new Image; coin22.src = 'images/coins/furuba2.gif';
coin31 = new Image; coin31.src = 'images/coins/azumanga1.gif';
coin32 = new Image; coin32.src = 'images/coins/azumanga2.gif';
coin41 = new Image; coin41.src = 'images/coins/saikano1.gif';
coin42 = new Image; coin42.src = 'images/coins/saikano2.gif';
coin51 = new Image; coin51.src = 'images/coins/excelsaga1.gif';
coin52 = new Image; coin52.src = 'images/coins/excelsaga2.gif';
coin61 = new Image; coin61.src = 'images/coins/slayerstry1.gif';
coin62 = new Image; coin62.src = 'images/coins/slayerstry2.gif';
