		
		
	// ------------ INTERNET DESIGN ------------ //
		
		
function new_win01() 
{ 
NewWindow01 = window.open("resume.php","NewWindow01","toolbar=0,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=0,width=615,height=490,top=5,left=5"); 
}

function new_win02() 
{ 
NewWindow02 = window.open("jobboard.php","NewWindow02","toolbar=0,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=0,width=615,height=490,top=5,left=5"); 
}




		// INSTRUCTIONS :::::::::::::::::
		// Place into the body of your document
		// <a href="javascript:new_win01()"> popup window </a>
		//
		// Place into the head tag of your document
		// <script src="popup.js" language="JavaScript">
		//
		//
