function openMailWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/saasyabahu_mail_form.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 278px; height: 272px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');
	try
    {
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
	  var leftVal = (screen.width -278 ) / 2;
	  var topVal = (screen.height -252 ) / 2;
	  newwindow=window.open(URL,'WelcomeToSify','height=272,width=278,scrollbars=no,left='+leftVal+',top='+topVal);
	 }

}

function openCommentsWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/saasyabahu_comments_form.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 278px; height: 252px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');	
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		 var leftVal = (screen.width -278 ) / 2;
		 var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=252,width=278,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}
//Reply post page
function messageReplyWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/messageboard/saasyabahu_reply.php'+"?"+strUrl;
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 480px; height: 270px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');	
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=270,width=480,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}

//Abuse message
function messageAbuseWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	
	var URL = 'http://saasyabahu.sify.com/messageboard/abuse_form.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 480px; height: 270px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');	
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=270,width=480,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}

//Forward Mail
function messageEmailWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;

	var URL = 'http://saasyabahu.sify.com/messageboard/saasyabahu_sendmail.php'+"?"+strUrl;
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 480px; height: 300px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=300,width=480,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}

function videoRateWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/player/video_rate.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 278px; height: 270px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');	
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=270,width=278,scrollbars=no,left='+leftVal+',top='+topVal);
	 }

}

function videoCommentsWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/player/saasyabahu_comments.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 400px; height: 300px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=300,width=400,scrollbars=no,left='+leftVal+',top='+topVal);
	 }
}

function videoMoreCommentsWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	var URL = 'http://saasyabahu.sify.com/player/morecomments.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 500px; height: 550px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to saasyabahu.sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');	
	try
	{
		myLytebox.start(anchor, false, true);
	}
	catch(err)
	{
		var leftVal = (screen.width -278 ) / 2;
		var topVal = (screen.height -252 ) / 2;
	  	newwindow=window.open(URL,'WelcomeToSify','height=550,width=500,scrollbars=auto,left='+leftVal+',top='+topVal);
	 }
}