// open link same window

function DoNav(theUrl){
	window.parent.location=theUrl;
	}	
	
	
// img pop up

function PopupPic(sPicURL) {
     window.open( "popup.asp?"+sPicURL, "",  
     "resizable=0,HEIGHT=200,WIDTH=200,LEFT=100,TOP=100");
   } 	