//------------------------------------------------------------------Window Open
function catalog(level) {
  if(level==1){pass="./catalog/index.html";}
  else{pass="../catalog/index.html"}
  win1=window.open(pass,'catalog','width=600,height=400,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no');
  win1.focus();
}









