
function NavyJobsPopup()
{
	window.open("http://www.navy.com", "JoinNavy", "resizable, width=800, height=600, menubar=yes, toolbar=yes, scrollbars=yes");
}
function NavyPopup()
{
	window.open("http://www.navy.mil", "USNavy", "resizable, width=800, height=600, menubar=yes,  toolbar=yes, scrollbars=yes");
}
function SecurityPopup()
{
		window.open("security.html", "Security", "resizable, width=800, height=500, menubar=no,  toolbar=yes, scrollbars=yes");
}
function SecurityPopupSpa()
{
		window.open("securityspa.htm", "Security", "resizable, width=800, height=500, menubar=no,  toolbar=yes, scrollbars=yes");
}
function ParentPopup()
{
	window.open("http://www.sealchallenge.navy.mil/", "Seals", "resizable, width=800, height=600, menubar=yes, toolbar=yes, scrollbars=yes");
}
function FOIAPopup()
{
	window.open("http://foia.navy.mil", "FOIA", "resizable, width=800, height=600, menubar=yes, toolbar=yes, scrollbars=yes");
}
function NewWin(arg)
{
	window.open(arg, "Advisory", "width=500, height=200, menubar=no, resizeable=no, toolbar=no, scrollbars=no");
}
