<!-- Begin Javascript

// MY SCRIPTS

// Use this area to add new scripts that you need for your site



function openWindow(url,w,h) {

    var wint = (screen.height - h) / 2;

    var winl = (screen.width - w) / 2;

    insWin = window.open(url,"infoWin",'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,top='+wint+',screenY='+wint+',left='+winl+',screenX='+winl+',width='+w+',innerWidth='+w+',height='+h+',innerHeight='+h);

   }



function borderit(which,color){

//if IE 4+ or NS 6+

if (document.all||document.getElementById)

	  {which.style.borderColor=color}

}




// End Javascript -->