function messageReplyWindow(C)
{
	var A="http://sify.com/news/messageboard/news_reply.php?"+C;
	var B=this.document.createElement("a");
	B.setAttribute("rev","width: 400px; height: 250px;scrolling: no;");
	B.setAttribute("title","Welcome to Sify.com");
	B.setAttribute("href",A);
	B.setAttribute("rel","lyteframe");
	//myLytebox.start(B,false,true)
	try
	 {
	  myLytebox.start(B,false,true)
	 }
	 catch(err)
	 {
	  var leftVal = (screen.width -278 ) / 2;
	  var topVal = (screen.height -252 ) / 2;
	  newwindow=window.open(A,'WelcomeToSify','height=252,width=278,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}

function messageAbuseWindow(C)
{
	var A="http://sify.com/news/messageboard/abuse_form.php?"+C;
	var B=this.document.createElement("a");
	B.setAttribute("rev","width: 400px; height: 250px;scrolling: no;");
	B.setAttribute("title","Welcome to Sify.com");
	B.setAttribute("href",A);
	B.setAttribute("rel","lyteframe");
	//myLytebox.start(B,false,true)
	 try
	 {
	  myLytebox.start(B,false,true)
	 }
	 catch(err)
	 {
	  var leftVal = (screen.width -490 ) / 2;
	  var topVal = (screen.height -500 ) / 2;
	  newwindow=window.open(A,'WelcomeToSify','height=500,width=490,scrollbars=auto,left='+leftVal+',top='+topVal);
	 }
}

function messageEmailWindow(C)
{
	var A="http://sify.com/news/messageboard/news_sendmail.php?"+C;
	var B=this.document.createElement("a");
	B.setAttribute("rev","width: 400px; height: 280px;scrolling: no;");
	B.setAttribute("title","Welcome to Sify.com");B.setAttribute("href",A);
	B.setAttribute("rel","lyteframe");
	//myLytebox.start(B,false,true)
	try
	 {
	  myLytebox.start(B,false,true)
	 }
	 catch(err)
	 {
	  var leftVal = (screen.width -300 ) / 2;
	  var topVal = (screen.height -280 ) / 2;
	  newwindow=window.open(A,'WelcomeToSify','height=280,width=300,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
};
