function openAnnouncement(strURL)
{
	window.open(strURL, "_blank", "fullscreen=no,height=580,width=600,location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=no");
}

function openReport(strURL)
{
	window.open(strURL, "_blank", "fullscreen=no,height=600,width=860,location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=yes");
}

function openBilling(strURL)
{
	window.open(strURL, "_blank", "fullscreen=no,height=620,width=640,location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=no");
}

function openWindow(strURL)
{
	window.open(strURL, "_blank", "fullscreen=no,height=600,width=850,location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=no")
}

function openWindowSize(strURL, width, height)
{
	window.open(strURL, "_blank", "fullscreen=no,height=" + height + ",width=" + width + ",location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=no")
}

function openWindowSizeStatus(strURL, width, height)
{
	window.open(strURL, "_blank", "fullscreen=no,height=" + height + ",width=" + width + ",location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=yes,status=yes")
}

function openEditor(strURL)
{
	window.open(strURL, "_blank", "fullscreen=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,toolbar=yes,status=yes")
}