//Reply post page
function messageReplyWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;

	var URL = 'http://duskadum.sify.com/messageboard/duskadam_reply.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 480px; height: 270px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to Sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');				
	myLytebox.start(anchor, false, true);
}

//Abuse message
function messageAbuseWindow(strUrl)
{
	myLytebox = new LyteBox();
	myLytebox.showClose=true;
	
	var URL = 'http://duskadum.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 Sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');				
	myLytebox.start(anchor, false, true);
}

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

	var URL = 'http://duskadum.sify.com/messageboard/duskadam_sendmail.php'+"?"+strUrl;	
	var anchor = this.document.createElement('a');
	anchor.setAttribute('rev', 'width: 480px; height: 300px;scrolling: no;');
	anchor.setAttribute('title', 'Welcome to Sify.com');
	anchor.setAttribute('href', URL);
	anchor.setAttribute('rel', 'lyteframe');				
	myLytebox.start(anchor, false, true);
}

