function g_openURL(sURL)
{
	nWidth = screen.width-12;
	nHeight = screen.height - 57;
	window.open(sURL, "_blank", "toolbar=no,status=no,scrollbars=yes,resizable=yes,top=0,left=0,width=" + nWidth + ",height=" + nHeight);
}

function open_win(sURL)
{
	window.open(sURL, "_blank");

}
