function openMailWindow(C)
{
var A=C;
var B=this.document.createElement("a");
B.setAttribute("rev","width: 750px;height: 500px;scrolling: no;");
B.setAttribute("title","Welcome to Viva Global");
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,'WelcomeToVivaGlobal','height=252,width=278,scrollbars=no,left='+leftVal+',top='+topVal);
 }

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

function openPrintWindow(C)
{
var A=C;
var B=this.document.createElement("a");
B.setAttribute("rev","width: 490px; height: 500px;scrolling: auto;");
B.setAttribute("title","Welcome to Indiatribune.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,'Welcome','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","WelcomeToIndiatribune");
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,'WelcomeToIndiatribune','height=280,width=300,scrollbars=no,left='+leftVal+',top='+topVal);
 }
//myLytebox.start(B,false,true)
};
