// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*start preloading images*/
if (document.images){
var header=new Image(650,125);
header.src="/images/header.jpg";
}
/*end preloading images*/