function getCalendarPopUpAttributes()
{
	return 'width=445,height=270,left=270,top=180';
}


function getPrinterPopUpAttributes()
{
	var screenWidth;
	var screenHeight;
	screenWidth = screen.availWidth - 35;
	screenHeight = screen.availHeight - 35;
	
	return 'width='+screenWidth+',height='+screenHeight+',toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes';
}
