
function OpenWindow(sURL,sName)
{
window.open(sURL,sName,"toolbar,width=600,height=400,resizable,scrollbars=yes");
}


function OpenWindowBig(sURL,sName)
{
	window.open(sURL,sName,"toolbar,width=790,height=590,resizable,scrollbars=yes");
	
}
function OpenWindowDefault(sURL,sName)
{
	window.open(sURL,sName,"toolbar,resizable,scrollbars=yes");
	
}
function OpenWindowThin(sURL,sName)
{
	window.open(sURL,sName,"toolbar,width=420,height=600,resizable,scrollbars=yes");
}
function OpenArchiveAlert(sTitle) {
    alert("The following article/abstract has been moved to our ARCHIVE:\r\n\r\n"
           + sTitle
           + "\r\n\r\nContact CoroWare technical support for assistance, Thank You");
}
function OpenWebcastAlert(sTitle) {
    alert("The date for following Live Webcast has concluded:\r\n\r\n"
           + sTitle
           + "\r\n\r\nCoroWare produces and participates is numerous broadcasts per year.\r\nPlease stay tuned for up coming dates and times.\r\nThank You");
}


