<!--- hiding
if( document.images ){

button1 = new Image(57,15);
button1.src = "images/buttons/home_on.gif";

button2 = new Image(57,15);
button2.src = "images/buttons/home_off.gif";

button3 = new Image(69,15);
button3.src = "images/buttons/promos_on.gif";

button4 = new Image(69,15);
button4.src = "images/buttons/promos_off.gif";

button5 = new Image(70,15);
button5.src = "images/buttons/history_on.gif";

button6 = new Image(70,15);
button6.src = "images/buttons/history_off.gif";

button7 = new Image(110,15);
button7.src = "images/buttons/learn_on.gif";

button8 = new Image(110,15);
button8.src = "images/buttons/learn_off.gif";

button9 = new Image(83,15);
button9.src = "images/buttons/glossary_on.gif";

button10 = new Image(83,15);
button10.src = "images/buttons/glossary_off.gif";

button11 = new Image(73,15);
button11.src = "images/buttons/articles_on.gif";

button12 = new Image(73,15);
button12.src = "images/buttons/articles_off.gif";

button13 = new Image(61,15);
button13.src = "images/buttons/links_on.gif";

button14 = new Image(61,15);
button14.src = "images/buttons/links_off.gif";

button15 = new Image(48,15);
button15.src = "images/buttons/visit_on.gif";

button16 = new Image(48,15);
button16.src = "images/buttons/visit_off.gif";

button17 = new Image(80,15);
button17.src = "images/buttons/overview_on.gif";

button18 = new Image(80,15);
button18.src = "images/buttons/overview_off.gif";

button19 = new Image(102,15);
button19.src = "images/buttons/current_on.gif";

button20 = new Image(102,15);
button20.src = "images/buttons/current_off.gif";

button21 = new Image(85,15);
button21.src = "images/buttons/freerolls_on.gif";

button22 = new Image(85,15);
button22.src = "images/buttons/freerolls_off.gif";

button23 = new Image(119,15);
button23.src = "images/buttons/omoves_on.gif";

button24 = new Image(119,15);
button24.src = "images/buttons/omoves_off.gif";


}

function hiLite(imgDocID,imgObjName) {
	if( !document.images ) return;
	document.images[imgDocID].src = eval(imgObjName + ".src")
}
/*
<A HREF="casinodetails.asp?CasinoID=37" onMouseOver="hiLite('nav01','button1'); window.status='Click here for casino info.'; return true;" onMouseOut="hiLite('nav01','button2') ; window.status=''"><img NAME="nav01" src="images/buttons/info_off.gif" border=0></a>
*/

function openWin(url) {
	window.open(url, "", "width=300,height=600,scrollbars=yes top=50 left=200")
}

// end hiding --->


