function poll_open()

        {
                
		
		for (i=0;i<document.poll.elements.length-1;++i){

                       if(document.poll.elements[i].checked){  

                                poll_voteNr = document.poll.elements[i].value;
				var poll_id=document.poll.poll_id.value;
				var poll_forwarder=document.poll.poll_forwarder.value;

var path='../poll/phpPollCollector.php3?poll_voteNr='+poll_voteNr+'&poll_id='+poll_id+'&poll_forwarder='+poll_forwarder;

window.open(path,'','height=200,width=300,scrollbars,scrollbars');                       

                        }
               }
        }

function fopen(){

                window.open('', 'pollresult','height=300,width=400,scrollbars,scrollbars');

        }
                             
 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=350,height=410,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 openCartoon(choice)
	{
			if(choice=="Cartoon")
			{	
newwin=open("http://news.indiainfo.com/cartoon.html","new_window","toolbars=no,width=450,height=450,resizable=no,scrollbars=no");																		
			}
			else if(choice=="Joke")
			{
newwin=open("http://news.indiainfo.com/joke.html","new_window","toolbars=no,width=450,height=450,resizable=yes,scrollbars=yes");
			}
			else 
			{
				newwin=open("http://news.indiainfo.com/surf.html","new_window","toolbars=no,width=450,height=450,resizable=yes,scrollbars=yes");
             }
	}
      
