// open link same window

function DoNav(theUrl){
	window.location.href=theUrl;
	}	
	

// pop up pic

function PopupPic(sPicURL) {
     window.open( "popup.asp?"+sPicURL, "",  
     "resizable=0,HEIGHT=200,WIDTH=200,left=50,top=50");
   } 	
