function openMailWindow(C)
{
var A="http://sify.com/news/mail_frnd.php?"+C;
var B=this.document.createElement("a");
B.setAttribute("rev","width: 520px;height: 520px;scrolling: no;");
B.setAttribute("title","Welcome to Sify.com");
B.setAttribute("href",A);
B.setAttribute("rel","lyteframe");
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=520,width=520,scrollbars=no,left='+leftVal+',top='+topVal);
 }

//myLytebox.start(B,false,true)
}

function openPrintWindow(C)
{
var A="http://sify.com/news/printer_friendly.php?"+C;
var B=this.document.createElement("a");
B.setAttribute("rev","width: 490px; height: 500px;scrolling: auto;");
B.setAttribute("title","Welcome to Sify.com");
B.setAttribute("href",A);
B.setAttribute("rel","lyteframe");
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);
 }

//myLytebox.start(B,false,true)
}

function openRateitWindow(C)
{
var A="http://sify.com/news/rating.php?"+C;
var B=this.document.createElement("a");
B.setAttribute("rev","width: 300px; height: 280px;scrolling: no;");
B.setAttribute("title","Welcome to Sify.com");
B.setAttribute("href",A);
B.setAttribute("rel","lyteframe");
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);
 }
//myLytebox.start(B,false,true)
};
