function loginOpen()
{
	window.open('Modules/Users/Login.aspx', '', 'width=950,height=650,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=width/2,top=height/2', '');
}

function registerOpen()
{
	window.open('Modules/Users/Register.aspx', '', 'width=950,height=650,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=width/2,top=height/2', '');
}
function showEmail()
{
	
}
function underConMsg()
{
	alert('This page is Under Construction... Please come back later ! For information on when this page will be available, you can contact the webmaster at werner.myburgh@treasury.gov.za');
}
function openInvisible()
{					
	window.moveTo(-1000,-1000);	
	alert('Remember to adjust the Layout Preference on your Printer Setup. The Orientation of the page should be set to Landscape.');		
	window.print();
	window.close();
}
function openStatus()
{
	window.open('Modules/ODAReports/StatusReport.aspx', '', 'width=950,height=650,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=width/2,top=height/2');
}
function openDnlMngr( file, docName )
{
	var fn = '/dmngr.aspx?doc='+file+'&docName='+docName;
	window.open(fn, '', 'width=830,height=350,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=100,top=200');
	
}

