	function winpopup(url)
	{
		window.open(url,'MySelection','alwaysRaised=yes,width=450,height=350,toolbar=no,menubar=no,scrollbars=yes,location=no,top=100,left=300,resizable=yes'); 
	}


	var count=0; 
	function setCooki() 
	{ 
		if(count==0) 
		{ 
			count=1; 
			for(i=0;i<document.poll.elements.length-1;++i) 
			{ 
				if(document.poll.elements[i].checked) 
				{ 
					name_val = document.poll.elements[i].value; 
					window.open("http://servlet.indiainfo.com/poll/PollDisplay1?r2="+name_val,'','height=250,width=450,scrollbars,scrollbars'); 
				} 
			} 
		} 
		else 
		{ 
			alert ("Sorry, You cannot vote again") 
		} 
		return false; 
	} 

	function fopen() 
	{ 
		window.open('','pollresult','height=250,width=450,scrollbars,scrollbars'); 
	} 

	
	
	function popup()
	{
		window.open("http://reporter.adcept.net/cgi-bin/apnaloan/hlpopup.cgi?referrer=TEXTLINK&siteid=INDIAINFO","Homeloan_popup","height=440,width=595,toolbar=no,scrollbars=yes,menubar=no,status=no");
	}
	
	function fopen4() 
	{ 
		window.open('http://www.thatscricket.com/score_data/Ind-Ken-2001-10-17.html', '','height=480,width=500,scrollbars'); 
	}
	
	function careerindia(url)
	{
		window.open(url,'','width=500,height=500,scrollBars=1 resizable=1')
	}
	
	var count=0; 
	function setCooki() 
	{ 
	if(count==0) 
	{ 
	count=1; 
	for(i=0;i<document.poll.elements.length-1;++i) 
	{ 
	if(document.poll.elements[i].checked) 
	{ 
	name_val = document.poll.elements[i].value; window.open('http://servlet.indiainfo.com/poll/PollDisplay3?r2='+ name_val, '','height=320,width=500,scrollbars=auto'); 
	} 
	} 
	} 
	else 
	{ 
	alert ("You cannot vote again") 
	} 
	return false; 
	} 
	function fopenpoll() 
	{ 
	window.open('','pollresult','height=320,width=500,scrollbars=auto'); 
	} 
	function fopenpoll1() 
	{ 
	window.open('','pollresult1','height=320,width=500,scrollbars=1'); 
	} 
	function checkGo()
	{
	if (document.mailform.radio1[0].checked)
			document.mailform.action="http://mail.indiainfo.com/default.html";
		else
		{
			document.mailform.login.value=document.mailform.username.value;
			document.mailform.passwd.value=document.mailform.password.value;
			document.mailform.action="http://my.indiainfo.com/login.asp";
		}
	 }
	 
	 function goChoosen(choice)
	 	{
			if(choice=="Weather")
				document.selecter.submit();
			else if(choice=="Search")
			 	document.searchform.submit();
			else if(choice=="Horoscope")
			{
				if (document.hselecter.horoscope.options[document.hselecter.horoscope.selectedIndex].value != "none") 
				{
	open(document.hselecter.horoscope.options[document.hselecter.horoscope.selectedIndex].value,"horoscope_window","toolbars=no,width=420,height=400,resizable=no,scrollbars=no"); 
					document.hselecter.horoscope.selectedIndex=0;
				}
			}
			else if(choice=="Channel")
			{
				if (document.channel.channels.options[document.channel.channels.selectedIndex].value != "none") 
				{
	location = document.channel.channels.options[document.channel.channels.selectedIndex].value;
					document.channel.channels.selectedIndex=0;
				}
			}
		}
		
	
	function joke()
	{
	 window.open("http://news.indiainfo.com/joke.html","new_window","width=450,height=450,scrollBars=1,resizable=0")
	}
	function cartoon()
	{
	 window.open("http://news.indiainfo.com/cartoon.html","new_window1","width=450,height=450,scrollBars=1,resizable=0")
	}	
	
	function checklogin()
	{
		if (document.mailform.radio1[0].checked)
		{
			document.mailform.username.value=document.mailform.username.value;
			document.mailform.password.value=document.mailform.password.value;document.mailform.action="http://mail.indiainfo.com/cgi-bin/default.html";
		}
		else
		{
			document.mailform.username.value=document.mailform.username.value;
			document.mailform.password.value=document.mailform.password.value;
			document.mailform.action="http://user1.indiainfo.com/login.asp";
		}
		document.mailform.submit();
	}
