
<!--

if (document.images)
{   roll = true; }
else
{   roll = false; }

if (roll)
{

   	var button1off = new Image();
	button1off.src = "images/but_hp_off.jpg";
	var button1on = new Image();
	button1on.src = "images/but_hp_on.jpg";

   	var button2off = new Image();
	button2off.src = "images/but_ri_off.jpg";
	var button2on = new Image();
	button2on.src = "images/but_ri_on.jpg";

   	var button3off = new Image();
	button3off.src = "images/but_lo_off.jpg";
	var button3on = new Image();
	button3on.src = "images/but_lo_on.jpg";

	var button4off = new Image();
	button4off.src = "images/but_am_off.jpg";
	var button4on = new Image();
	button4on.src = "images/but_am_on.jpg";
   	
	var button5off = new Image();
	button5off.src = "images/but_ro_off.jpg";
	var button5on = new Image();
	button5on.src = "images/but_ro_on.jpg";

	var button6off = new Image();
	button6off.src = "images/but_em_off.jpg";
	var button6on = new Image();
	button6on.src = "images/but_em_on.jpg";

	var button7off = new Image();
	button7off.src = "images/but_le_off.jpg";
	var button7on = new Image();
	button7on.src = "images/but_le_on.jpg";

	var button8off = new Image();
	button8off.src = "images/but_ta_off.jpg";
	var button8on = new Image();
	button8on.src = "images/but_ta_on.jpg";

	var button9off = new Image();
	button9off.src = "images/but_hs_off.jpg";
	var button9on = new Image();
	button9on.src = "images/but_hs_on.jpg";

	var button0off = new Image();
	button0off.src = "images/but_ra_off.jpg";
	var button0on = new Image();
	button0on.src = "images/but_ra_on.jpg";

	var buttonAoff = new Image();
	buttonAoff.src = "images/but_ck_off.jpg";
	var buttonAon = new Image();
	buttonAon.src = "images/but_ck_on.jpg";

	var buttonBoff = new Image();
	buttonBoff.src = "images/sponsoredby_off.jpg";
	var buttonBon = new Image();
	buttonBon.src = "images/sponsoredby_on.jpg";

	var buttonCoff = new Image();
	buttonCoff.src = "images/but_so_off.jpg";
	var buttonCon = new Image();
	buttonCon.src = "images/but_so_on.jpg";

	var buttonDoff = new Image();
	buttonDoff.src = "images/but_cs_off.jpg";
	var buttonDon = new Image();
	buttonDon.src = "images/but_cs_on.jpg";

	var buttonEoff = new Image();
	buttonEoff.src = "images/but_mt_off.jpg";
	var buttonEon = new Image();
	buttonEon.src = "images/but_mt_on.jpg";

	var buttonFoff = new Image();
	buttonFoff.src = "images/but_tr_off.jpg";
	var buttonFon = new Image();
	buttonFon.src = "images/but_tr_on.jpg";

	var buttonGoff = new Image();
	buttonGoff.src = "images/but_sn_off.jpg";
	var buttonGon = new Image();
	buttonGon.src = "images/but_sn_on.jpg";

}

function act(imgName)
{
	if (roll)
		document[imgName].src = eval(imgName + "on.src");
}

function inact(imgName)
{
	if (roll)
	   document[imgName].src = eval(imgName + "off.src");
}

function windowOpen2(urlname2) { 
		window.open(urlname2,"gallery2","resizeable=no,scrollbars=no,width=760,height=350");
	};
function windowOpen(urlname2) { 
		window.open(urlname2,"gallery2","resizeable=no,scrollbars=no,width=615,height=400");
	};

 -->

