if (document.images) {
	 spirit_on=new Image();
	 spirit_on.src="images/spirit/spirit_on.jpg";
	 strength_on=new Image();
	 strength_on.src="images/spirit/strength_on.jpg";
	 victory_on=new Image();
	 victory_on.src="images/spirit/victory_on.jpg";
	 spirit_off=new Image();
	 spirit_off.src="images/spirit/spirit_off.jpg";
	 strength_off=new Image();
	 strength_off.src="images/spirit/strength_off.jpg";
	 victory_off=new Image();
	 victory_off.src="images/spirit/victory_off.jpg";
home_on =new Image(); home_on.src="images/buttons_on/home.jpg";home_off =new Image(); home_off.src="images/buttons_off/home.jpg";about_off =new Image(); about_off.src="images/buttons_off/about.jpg";about_on =new Image(); about_on.src="images/buttons_on/about.jpg";about_shdw =new Image(); about_shdw.src="images/buttons_shdw/about.jpg";news_off =new Image(); news_off.src="images/buttons_off/news.jpg";news_on =new Image(); news_on.src="images/buttons_on/news.jpg";news_shdw =new Image(); news_shdw.src="images/buttons_shdw/news.jpg";donate_off =new Image(); donate_off.src="images/buttons_off/donate.jpg";donate_on =new Image(); donate_on.src="images/buttons_on/donate.jpg";donate_shdw =new Image(); donate_shdw.src="images/buttons_shdw/donate.jpg";tours_off =new Image(); tours_off.src="images/buttons_off/tours.jpg";tours_on =new Image(); tours_on.src="images/buttons_on/tours.jpg";tours_shdw =new Image(); tours_shdw.src="images/buttons_shdw/tours.jpg";mahal_off =new Image(); mahal_off.src="images/buttons_off/mahal.jpg";mahal_on =new Image(); mahal_on.src="images/buttons_on/mahal.jpg";mahal_shdw =new Image(); mahal_shdw.src="images/buttons_shdw/mahal.jpg";signup_off =new Image(); signup_off.src="images/buttons_off/signup.jpg";signup_on =new Image(); signup_on.src="images/buttons_on/signup.jpg";signup_shdw =new Image(); signup_shdw.src="images/buttons_shdw/signup.jpg";gallery_btn_off =new Image(); gallery_btn_off.src="images/buttons_off/gallery_btn.jpg";gallery_btn_on =new Image(); gallery_btn_on.src="images/buttons_on/gallery_btn.jpg";gallery_btn_shdw =new Image(); gallery_btn_shdw.src="images/buttons_shdw/gallery_btn.jpg";contact_off =new Image(); contact_off.src="images/buttons_off/contact.jpg";contact_on =new Image(); contact_on.src="images/buttons_on/contact.jpg";contact_shdw =new Image(); contact_shdw.src="images/buttons_shdw/contact.jpg";qna_off =new Image(); qna_off.src="images/buttons_off/qna.jpg";qna_on =new Image(); qna_on.src="images/buttons_on/qna.jpg";qna_shdw =new Image(); qna_shdw.src="images/buttons_shdw/qna.jpg";	 transition=new Image();
	 transition.src="images/flash_transition.jpg";
	 spiritO=new Image();
	 spiritO.src="images/flash_open.jpg";

}

function rollOn(newOn,newShdw){
	if (document.images) {
document.getElementById("home").src=home_off.src;document.getElementById("about").src=about_off.src;document.getElementById("news").src=news_off.src;document.getElementById("donate").src=donate_off.src;document.getElementById("tours").src=tours_off.src;document.getElementById("mahal").src=mahal_off.src;document.getElementById("signup").src=signup_off.src;document.getElementById("gallery_btn").src=gallery_btn_off.src;document.getElementById("contact").src=contact_off.src;document.getElementById("qna").src=qna_off.src;		eval("document.getElementById('"+newOn+"').src="+newOn+"_on.src");
		eval("document.getElementById('"+newShdw+"').src="+newShdw+"_shdw.src");
	}
}
function rollOnLast(newOn){
	if (document.images) {
document.getElementById("home").src=home_off.src;document.getElementById("about").src=about_off.src;document.getElementById("news").src=news_off.src;document.getElementById("donate").src=donate_off.src;document.getElementById("tours").src=tours_off.src;document.getElementById("mahal").src=mahal_off.src;document.getElementById("signup").src=signup_off.src;document.getElementById("gallery_btn").src=gallery_btn_off.src;document.getElementById("contact").src=contact_off.src;document.getElementById("qna").src=qna_off.src;		eval("document.getElementById('"+newOn+"').src="+newOn+"_on.src");
	}
}
function reSize(){
if(screen.width==800){
document.getElementById('resizeMe').className+=' ssv800 ';
}
}
Behaviour.apply();
var time;
var IE;
if(window.attachEvent){IE=1;}else{IE=0;}
var myrules = {
'#home'  : function(el){
el.onmouseover=function(){
rollOn('home','about');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#about'  : function(el){
el.onmouseover=function(){
rollOn('about','news');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#news'  : function(el){
el.onmouseover=function(){
rollOn('news','donate');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#donate'  : function(el){
el.onmouseover=function(){
rollOn('donate','tours');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#tours'  : function(el){
el.onmouseover=function(){
rollOn('tours','mahal');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#mahal'  : function(el){
el.onmouseover=function(){
rollOn('mahal','signup');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#signup'  : function(el){
el.onmouseover=function(){
rollOn('signup','gallery_btn');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#gallery_btn'  : function(el){
el.onmouseover=function(){
rollOn('gallery_btn','contact');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#contact'  : function(el){
el.onmouseover=function(){
rollOn('contact','qna');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
'#qna' : function(el){
el.onmouseover=function(){
rollOnLast('qna');
clearTimeout(time);
time=setTimeout("rollOn('tours','mahal')",3000);
}
},
						'#signup'  : function(el){
							el.onmouseover=function(){
								rollOn('signup','gallery_btn');
								clearTimeout(time);
								time=setTimeout("rollOn('home','about')",3000);
							},
							el.onclick= function(){
								document.getElementById('listSubscribe').className='popupShown';
							}
						},
						'#closeMe' : function(el){
							el.onclick=function(){
								document.getElementById('listSubscribe').className='popupHidden';
							}
						},
						'#spirit' : function(el){
								el.onmouseover=function(){
								    //if(!spiritOpen){
										soundManager.play('click');										
										document.getElementById('spirit').src=spirit_on.src;
										//}
								},
								el.onmouseout=function(){
									  //if(!spiritOpen){										
										document.getElementById('spirit').src=spirit_off.src;
										//}
								} 
						},
						'#strength' : function(el){
								el.onmouseover=function(){
										soundManager.play('click');										
										document.getElementById('strength').src=strength_on.src;
								},
								el.onmouseout=function(){										
										document.getElementById('strength').src=strength_off.src;
								}
						},
						'#victory' : function(el){
								el.onmouseover=function(){
										soundManager.play('click');										
										document.getElementById('victory').src=victory_on.src;
								},
								el.onmouseout=function(){										
										document.getElementById('victory').src=victory_off.src;
								}
						},
						'#bannerInside' : function(el){
								el.onmouseover=function(){
									copyspeed=pausespeed;
								},
								el.onmouseout=function(){
                                                                        copyspeed=marqueespeed;
								}
						},
						'#nav li' : function(el){
								if(IE==1){
								el.onmouseover=function(){
										this.className+=" sfhover";
								},
								el.onmouseout=function(){
										this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
								}}
						},
						'#listSubscribe #email' : function(el){
						     el.onfocus=function(){
								 		this.value='';
										return false;
									}
						}
};

Behaviour.register(myrules);
