<!--
function jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

//<!--
  function popup (url) {
    var name = navigator.appName;
    param = "directories=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=450,height=140";
    popupwindow = window.open(url, "Receipt", param);
    if (!popupwindow.opener) popupwindow.opener=self;
    }
//-->

//<!--
  function receipt (url) {
    var name = navigator.appName;
    param = "directories=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=500,height=600";
    popupwindow = window.open(url, "Receipt", param);
    if (!popupwindow.opener) popupwindow.opener=self;
    }
//-->

//<!--
function closeRating(){
setTimeout("self.close()",10* 1000);
}
function closeRent(){
setTimeout("self.close()",10*1000);
}
-->
