    function pop1()
    {
 window.open("http://premium.123india.com/h/eresp.html","new","toolbar=no,menubar=no,noresize,scroll=no,height=310,width=510,top=100,left=200");
    }

    function pop2()
    {
window.open("cinfo.html","new","toolbar=no,menubar=no,noresize,scroll=no,height=200,width=310,top=100,left=200");
    }

    function pop3()
    {
window.open("http://premium.123india.com/features/cur-con.html","new","toolbar=no,menubar=no,noresize,scroll=no,height=430,width=580,top=0,left=0");
    }

    function pop4()
    {
window.open("popup.html","qns","toolbar=no,menubar=no,noresize,scrollbars=yes,height=360,width=580,top=100,left=100");
    }

    function qtour()
    {
      window.open("/quicktour/02.html","qtour","toolbar=no,menubar=no,noresize,scrollbars=yes,height=310,width=510,top=100,left=200");
    }
    

function getCookie()
 {
  var byname="prm=";
  cookiestr = document.cookie ;
  startindex = document.cookie.indexOf(byname);
  endindex = document.cookie.indexOf(";",startindex+byname.length);

  if(endindex <= 0)
   {
    user = cookiestr.substring(startindex+byname.length);
   }
  else
   {
    user = cookiestr.substring(startindex+byname.length,endindex);
   }
  if(startindex == -1)  //cookie not present
   {
    return -1 ;
   }

  else  //cookie present
   {
    return unescape(user) ;
   }
 }


function gethomelink()
{

 var username = getCookie() ;
 if(username == -1)
 {
var strg="<a href=http://home.123india.com>Home Pages Manager</a>";
document.write(strg) ;	
 }

 else
 {
var strg="<a href=http://premium.123india.com/cgi-bin/query/redirect?srv=home>Home Pages Manager</a>";
document.write(strg) ;
 }

}


function safety()
{

 var safename = getCookie() ;
 if(safename == -1)
 {
  window.location="http://mail.123india.com/logout";
 }

 if(safename == "")
 {
  window.location="http://mail.123india.com/logout";
 }

 else
 {

 }

}

