
function OpenCopyright ()
	{
	var texturl = "http://www.defence.gov.au/includes/copyright.htm"
		
	window.open(texturl,"_Blank","scrollbars,left=20,top=95,width=800,height=180,status=no,resizeable=no")
	}

function OpenPrivacy ()
	{
	var texturl = "http://www.defence.gov.au/includes/privacy.htm"
		
	window.open(texturl,"_Blank","scrollbars,left=20,top=95,width=800,height=400,status=no,resizeable=no")
	}


var warning = 'You are about to leave the Department of Defence\'s web site.\rThe Privacy and Copyright Policy of the site you are about to enter may not necessarily be the same as that of Defence.';

function MM_warningMsg() { //Displays link warning message
  alert(warning);
}


