// open popup window for bios

function winOpen(url){
   width= "450";
   height="600";
   optionString = "scrollbars=yes,status=yes,menubar=no,resizable=yes,location=no,toolbar=no,width=" + width + ",height=" + height;
   psWindow = this.window.open(url,"",optionString );
}

// -->
