function show_compare(prod_id) {
  cw = window.open('/site/roverbook/regn.nsf/Compare?openAgent&prod_id='+prod_id, 'Compare', 'width=550,height=350,resizable=yes,directories=no,status=no,toolbar=no,menubar=1,location=no,scrollbars=yes');
  cw.focus();
}

function show_parent(link) {
  if(window.opener){
    window.opener.location.href = link;
    window.opener.focus();
  }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function show_price(id) {
  cw = window.open('/site/roverbook/prices_retail.nsf/viewWebPriceList/'+id+'/$FILE/price.doc', 'Price', 'width=610,height=400,resizable=yes,directories=no,status=no,toolbar=no,menubar=1,location=no,scrollbars=yes');
  cw.focus();
}

var newWindow = null;
function openPhoto(loc, par) {
  //if (newWindow!=null) res = newWindow.close();
  newWindow = window.open (loc, "Tour", par);
  newWindow.focus();
}
