function popUpterms(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=575,height=480,top=120,left=120');");
}


function popUpprivacy(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=575,height=480,top=120,left=120');");
}


function bottomtext()
{
	var now = new Date();
	var year = now.getYear();
	var dateString = year ;
	strbot = "<table width=761 cellpadding=0 cellspacing=0 border=0 class=bottom-rule><tr><td bgcolor=#31ACFF><img src=images/clear.gif width=1 height=6 border=0></td></tr></table><table width=761 cellpadding=0 cellspacing=0 border=0><tr><td width=761 align=center><br><span class=legal>&copy; " + dateString  +"  Reckitt Benckiser All rights reserved.<br>Please read our <a href=javascript:popUpterms('http://legal.reckittbenckiser.com/IN/TermsandConditions.htm'); class=legal>terms and conditions</a> and <a href=javascript:popUpterms('http://legal.reckittbenckiser.com/IN/PrivacyStatement.htm'); class=legal>privacy statement</a>.</span></td></tr></table>"
document.write(strbot)	
}// JavaScript Document