
if(document.all) {
	{document.write('<link rel="stylesheet" href="http://reynolds-india.com/css/styleie.css">'); }
} else {
	{document.write('<link rel="stylesheet" href="http://reynolds-india.com/css/stylens.css">');}
}

function popup(url,name,prop){
	var IE = document.all?true:false
	//alert("IE: "+IE);
	if(IE)
	{
		try
		{
			Hwnd = window.open(url,name,prop);
			Hwnd.focus();
		}
		catch(e)
		{		
			//alert("This site uses a limited number of pop-ups to assist you in placing your order.\nIt appears you have a pop-up blocker installed.\nPlease disable the blocker before proceeding further.");
			alert("This site uses a limited number of pop-ups to assist you.\nIt appears you have a pop-up blocker installed.\nPlease disable the blocker before proceeding further.");
		}		
	}
	else
	{
		Hwnd = window.open(url,name,prop);
		Hwnd.focus();
	}

}