 function GoBack(){
   window.history.go(-1);
 }
 function mouseAction(str){
   window.status=str;
 }

function reDirectPage(rePage){
   setTimeout("self.location.href='"+rePage+"'",0);
 }


