<!-- hide script from old browsers
function securenet_login()
{
	var w = screen.width;
	var h = screen.height;
	var left_pos = 0;
	var top_pos = 0;
	settings = 'height='+h+',width='+w+',top='+top_pos+',left='+left_pos+',resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes';
	win = window.open( 'http://prvsecurity.controlroom.net.au');
}
// end hiding script from old browsers -->