<!--
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
//-->

<!--
function LoadPopup(doc, W, H) {  
    ferPopup = window.open(doc, "cclimbing", 'status=no,toolbar=0,scrollbars=no,menubar=0,titlebar=0,resizable=0,width='+W+',height='+H+',left='+((screen.width-W)/2)+',top='+((screen.height-H)/2));
  //fer.moveTo(screen.width/2-150, screen.height/2-100);
  ferPopup.focus();
}
function PopupPic(sPicURL, W, H) { 
     window.open( "popup.htm?"+sPicURL, "",'status=no,toolbar=0,scrollbars=no,menubar=0,titlebar=0,resizable=0,width='+W+',height='+H+',left='+((screen.width-W)/2)+',top='+((screen.height-H)/2)); 
   } 
//-->

