//<script>
function CloseTusa() {
 try 
  {
		if(self.opener) {self.opener.focus()}
		else            {self.opener=null};
  }
 catch(e)
  {self.opener=null }  
 self.close();
}

function GoForum(sGoURL) {
 w=self.opener;
 if(w) 
   {
		 try {
					if ((w.location.pathname).toLowerCase()==sGoURL) 
					   {w.location.reload(true)}
					else
					   {w.location.href=sGoURL} ;
					w.focus();   
				 }
		catch(e)
		     {self.open(sGoURL);}
   } 
 else
	 {self.open(sGoURL)};
 
 self.opener=null;self.close();
}

function CallUpLoadImage(strPath) {
	self.open(strPath,"","width=470, left=" + parseInt((screen.width-470)/2) + ", height=155, top=" + parseInt((screen.height-155)/2) + ",  center=Yes, help=0, directories=0, location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=0, toolbar=0"); 
	return(false);
}
//</script>

