﻿<!--
function OpenSubwindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
<!--
function gotoURL(URL){
if(URL!=""){
window.location.href=URL;
}
}
//-->
<!--
xx = escape(document.referrer);
yy = "";
for (i = 0; i < xx.length; i++) {
  zz = xx.charAt(i);
  yy += (zz == "+") ? "%2B" : zz;
}
// -->

