function Start_Search()

{         
  if (window.event.keyCode==13)
     {
      // this.Form1.ucSearch1_ibSearch.click();
       document.all("ucSearch1_ibSearch").click();
       return(false);
      }
  else
       return(true);

}


function Start_AdvSearch()
{         
  if (window.event.keyCode==13)
     {
      // this.Form1.ucSearch1_ibSearch.click();
       document.all("ucAdvanceSearch1_ibSearch").click();
       return(false);
      }
  else
       return(true);

}

function Start_Login()
{         
  if (window.event.keyCode==13)
     {
       document.all("UcLogin1_btnLogin").click();
       return(false);
      }
  else
       return(true);

}


function Start_Login1()
{         
  if (window.event.keyCode==13)
     {  
       document.all("btnLogin").click();
       return(false);
      }
  else
      {
       return(true);      
      }     
}


function Start_Login2()
{         
  if (window.event.keyCode==13)
     {
       document.all("UpdateBtn").click();
       return(false);
      }
  else
      {
         return(true);
      }
}


function norightclick()
{
 event.returnValue = false;
}


function nocopy()
{
 event.returnValue = false;
}


function nopaste()
{
 event.returnValue = false;
}


function MemberLogOut()
{
  window.open("../default/logout.aspx");
}

 function PrintTagData2(id)
{
	var Item = document.getElementById(id);
	var printdetail = window.open("","TextareaDetail","width=750,height=600,scrollbars=yes");
	printdetail.document.open();
	printdetail.document.write("<HTML><HEAD><title>Shaan.com</title><LINK href='../Css/EventCalendar.css' type='text/css' rel='stylesheet'><LINK href='../Css/Style.css' type='text/css' rel='stylesheet'><LINK href='../Css/Table.css' type='text/css' rel='stylesheet'></HEAD>");
	printdetail.document.write("<BODY  style='margin-left:10px;margin-top:15px;margin-right:10px;BACKGROUND-COLOR: white;' onload=\"window.print();\" >");
	printdetail.document.write("<table width='100%'><tr><td><strong>Shaan.com</strong></td></tr></table>");	
	printdetail.document.write(Item.outerHTML);	
	printdetail.document.close("</BODY></HTML>");
} 

 