function ss(w,id) {window.status = w;return true;}function cs(){window.status='';}function ha(a){  }function ca(a) {  window.open(document.getElementById(a).href);}function ga(o,e) {if (document.getElementById) {a=o.id.substring(1);p = "";r = "";g = e.target;if (g) {t = g.id;f = g.parentNode;if (f) {p = f.id;h = f.parentNode;if (h)r = h.id;}} else {h = e.srcElement;f = h.parentNode;if (f)p = f.id;t = h.id;}if (t==a || p==a || r==a)return true;window.open(document.getElementById(a).href);}}




var title1=window.document.title;
	for(i=0;i<title1.length;i++)
	{
		title1 = String(title1).replace(' ',"%20");
	}

	function subm()
	{
		url="http://community.expressindia.com/mail/post.php" + "?" + window.location;
		window.open(url,'pop','width=463,height=410');
	}
        function surfto(s)
	{
		var url=s.options[s.selectedIndex].value;
		parent.top.location.href=url;
	}
	function MM_openBrWindow(theURL,winName,features)
	{//v2.0
		window.open(theURL,winName,features);
	}
	function MM_callJS(jsStr) { //v2.0
		return eval(jsStr)
	}
	function showpopUp()
	{
		window.open('popup.html','pop','width=220,height=220');
	}
	function replaywindow()
        {
                makeWin2("http://66.9.95.174/PlayerWebApp/ieindex.jsp",820,560);
        }
        function lightReplaywindow()
        {
//              makeWin2("http://66.9.95.174/PlayerWebApp/IEhtmlindex.jsp",290,190);
                makeWin2("http://66.9.95.174/PlayerWebApp/IEhtmlindex1.jsp",310,260);
        }
        function makeWin2(url, p_Width, p_Height)
        {
                agent = navigator.userAgent;
                windowName = "Sitelet";
                params  = "";
                params += "toolbar=0,";
                params += "location=0,";
                params += "directories=0,";
                params += "status=0,";
                params += "menubar=0,";
                params += "scrollbars=1,";
                params += "resizable=1,";
                params += "top=92,";
                params += "left=0,";
                if (p_Width == "null") {
                        params += "width=500,";
                        params += "height=350";
                }
                else {
                        params += "width=" + p_Width+ ",";
                        params += "height=" + p_Height;
                }
                if (typeof(win) == "object" && !win.closed){
                        win.close();
                }
                win = window.open(url, windowName , params);
                if (agent.indexOf("Mozilla/2") != -1 && agent.indexOf("Win") == -1) {
                        win = window.open(url, windowName , params);
                }
                if (!win.opener) {
                        win.opener = window;
                }
                // bring the window to the front
                win.focus();
        }


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);





  function google_ad_request_done(google_ads) {

    // Proceed only if we have ads to display!
    if (google_ads.length < 1 )
      return;

        document.write("<div align=\"left\"><font color=\"#333333\" face=\"verdana\" style=\"font-size:11px;\">");
    	    if (google_info.feedback_url) {
    	      document.write("<a href=\"" + google_info.feedback_url +
    	        "\">Ads by Google</a>");
    	    } else {
    	      document.write("Ads By Google");
    	    }
    	    document.write("</font></div>");

    // Display ads in a table
    
    document.write("<table width=\"100%\" align=\"center\" class=\"tborder\" cellpadding=\"0\" cellspacing=\"0\">");
   

    // For text ads, display each ad in turn.
    // In this example, each ad goes in a new row in the table.
    if (google_ads[0].type == 'text') {
      for(i = 0; i < google_ads.length; ++i) {
        document.write("<tr><td id=\"taw" + i +"\" class=\"ch\" align=\"left\" valign=\"middle\" onFocus=\"ss(\'" + google_ads[i].visible_url + "\',\'aw" + i + "\')\" onMouseOver=\"return ss(\'" + google_ads[i].visible_url +"\',\'aw" + i + "\')\" onMouseOut=\"cs()\" onClick=\"ga(this,event)\" bgcolor=\"#EBEBEB\"><span style=\"font-size:11px;\">" +
          "<b><a style=\"text-decoration:none\; color:#006685; \" id=\"aw" + i + "\" onFocus=\"ss(\'" + google_ads[i].visible_url + "\',\'aw" + i + "\')\" onClick=\"ha(\'aw" + i + "\')\" onMouseOver=\"return ss(\'" + google_ads[i].visible_url +"\',\'aw" + i + "\')\" onMouseOut=\"cs()\"  href=\"" +  google_ads[i].url + "\">" +
          google_ads[i].line1 + "</a></b><br>" +
          google_ads[i].line2 + "<br>" +
          google_ads[i].line3 + "<br>" +
          "<a style=\"text-decoration:none\; color:#BEB800;\" href=\"" + google_ads[i].url + "\">" +
          google_ads[i].visible_url +
          "</a></span></td></tr>");
      }
    }
    // Finish up anything that needs finishing up
    document.write ("</table>");
  }



