//hide scripts
// rewrited by jinger james japayuki 2007/04/13

var nwin = "";
function openWin ( url ) {
 if ( nwin=="" || nwin.closed ) {
  nwin=window.open(url,"","width=560,height=500,toolbar=no,location=yes,derectories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
 } else {
  nwin.location.href=url;
  nwin.focus() ;
 }
}

