function openMailWindow()
{
//	window.open('http://sify.com/mailpage.php', 'mailwindow', 'width=475,height=270,scrollbars=no,toolbar=no');
	window.open('http://sify.com/mailpage.php', 'mailwindow', 'width=580,height=420,scrollbars=no,toolbar=no');
}
function openPrintWindow(strUrl)
{
window.open('/printer_friendly.php?' + strUrl, 'myWin', 'width=490,height=500,toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes'); 
//window.open('/home/printer_friendly.php?' + strUrl, 'mailwindow', 'width=400, height=50');
}
function openRateitWindow(strUrl)
{
	window.open('/rating.php?' + strUrl, 'rateitwindow', 'width=475,height=300,scrollbars=no');
}
function openPostComments(strUrl)
{
	window.open('/fullstory_post_review.php?' + strUrl, 'postcomWin', 'width=475,height=300,scrollbars=no');
}
function openPostInfo(strUrl,w,h)
{
        window.open("/"+strUrl, 'postInfoWin', 'width='+w+',height='+h+',scrollbars=no,left=300,top=200');
}
