img01 = new Image();
img01.src = "images/top_bar/home_inactive.jpg";
img01a = new Image();
img01a.src = "images/top_bar/home.jpg";
img02 = new Image();
img02.src ="images/top_bar/pest_control_solns_inactive.jpg";
img02a = new Image();
img02a.src ="images/top_bar/pest_control_solns.jpg";
img03 = new Image();
img03.src = "images/top_bar/disease_control_inactive.jpg";
img03a = new Image();
img03a.src = "images/top_bar/disease_control.jpg";
img04 = new Image();
img04.src ="images/top_bar/meet_louie_inactive.jpg";
img04a = new Image();
img04a.src ="images/top_bar/meet_louie.jpg";
img05 = new Image();
img05.src ="images/top_bar/whats_new_inactive.jpg";
img05a = new Image();
img05a.src ="images/top_bar/whats_new.jpg";
img06 = new Image();
img06.src ="images/top_bar/ask_expert_inactive.jpg";
img06a = new Image();
img06a.src ="images/top_bar/ask_expert.jpg";
img07 = new Image();
img07.src ="images/top_bar/contact_inactive.jpg";
img07a = new Image();
img07a.src ="images/top_bar/contact_active.jpg";

im01 = new Image();
im01.src = "images/bot_bar/mosquito.jpg";
im01a = new Image();
im01a.src = "images/bot_bar/mosquito_active.jpg";
im02 = new Image();
im02.src ="images/bot_bar/cockroaches.jpg";
im02a = new Image();
im02a.src ="images/bot_bar/cockroaches_active.jpg";
im03 = new Image();
im03.src = "images/bot_bar/rat.jpg";
im03a = new Image();
im03a.src = "images/bot_bar/rat_active.jpg";
im04 = new Image();
im04.src ="images/bot_bar/flies.jpg";
im04a = new Image();
im04a.src ="images/bot_bar/flies_active.jpg";




function terms()
 {
   var tc= window.open("http://legal.reckittbenckiser.com/IN/TermsandConditions.htm","terms","top=0, width=618, height=500, toolbar=no, menubar=no, scrollbars=yes");
   tc.focus();
   } 
   
function privacy()
 {
   var tc= window.open("http://legal.reckittbenckiser.com/IN/TermsandConditions.htm","privacy","top=0, width=618, height=500, toolbar=no, menubar=no, scrollbars=yes");
   tc.focus();
   }    



function check(bhasar)
{
var shambhu;
if(bhasar == 1)
shambhu = document.form1;
else
shambhu = document.form2;
 if (shambhu.product.options[shambhu.product.selectedIndex].value == "nopes")
     {
	   alert("Please select a product")
	   shambhu.product.focus();
	 }
else
	{
	document.location ="search.asp?product="+shambhu.product.options[shambhu.product.selectedIndex].value;
	}
}	  


function pyear()
{
var curdate = new Date()
var year = curdate.getYear()
if (year < 2000)
year = year + 1900;
document.write(year)
}


function footer()
{
f="";
f=f+"<table width='771' border='0' cellspacing='0' cellpadding='0' class='footer'><tr><td height='20' align='left'>&copy; <script type='text/javascript'>pyear()</script><span style='color:#5c5c5c'>Reckitt Benckiser India.</span> All rights reserved.</td><td align='right'>Discover career opportunities at <a href='http://www.rb.com/careers/india' style='color:#5c5c5c; text-decoration:none' target='_blank'>www.rb.com</a> l <a href='contact.asp' style='color:#5c5c5c; text-decoration:none'>Contact Us</a></td></tr><tr><td height='20' align='left'>Please read our <a  onClick='javascript:terms()' target='_blank' href='#' style='color:#5c5c5c;text-decoration:none'>Terms and conditions</a> and <a onclick='javascript:privacy()' target='_blank' href='#' style='color:#5c5c5c; text-decoration:none'>Privacy statement.</a></td><td align='right'>&nbsp;</td></tr></table>"
document.write(f)
}




