// JavaScript Document


// Clear Search Field onFocus
function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

<!--
function myPopup() {
window.open( "compare.html", "myWindow", 
"status = 1, height = 350, width = 320, resizable = 0" )
}
//-->

function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=550,height=500');
self.name = "mainWin"; }
function openWindow2(url, name) {
  popupWin1 = window.open(url, name, "width=560, height=450, left=100, top=100, scrollbars=auto,toolbar=no,directories=no,menubar=no");
}
