function popup(url, sec)
{
	myWindow = window.open('/article.php?pubid='+url+'&sec='+sec, "myWindow", "width=685,height=500,status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function popupright(varURL)
{
	myWindow = window.open(varURL, "myWindow", "width=685,height=500,status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
	return false;
}
function popup_banner(url)
{
	myWindow = window.open('/_Includes/redirect.php?banner_id='+url, "myWindow", "width=685, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function popup_print()
{
	myWindow = window.open('/print_table.php', "myWindow", "width=760, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function popup_printE()
{
	myWindow = window.open('/print_tableE.php', "myWindow", "width=760, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function printVersion(vcatalog)
{
	myWindow = window.open('/page_print.php?path='+vcatalog, "myWindow", "width=733, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function printIssuer(id)
{
	myWindow = window.open('/issuer_print.php?id='+id, "myWindow", "width=733, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function printIssuerr(id)
{
	myWindow = window.open('/issuerr_print.php?id='+id, "myWindow", "width=733, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function cgw_print()
{
	myWindow = window.open('/print_rku.php', "myWindow", "width=760, height=500, status=yes,resizable=yes,scrollbars=yes");
	myWindow.focus();
}
function popupnonhtml(url)
{
	myWindow = window.open(url, "myWindow", "width=740, height=500, status=yes,resizable=yes,scrollbars=yes,menubar=yes");
	myWindow.focus();
}
function launchIndicesDemo()
{
	indexWin = window.open('/spf/html/index/indices_demo.html','indexWin','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=655,height=455,left=70,top=50');
}


