<!--
function openpopup(url,winwidth,winheight) {
popproperties="width="+winwidth+",height="+winheight+",dependent=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=no"
popupWin=window.open(url,"newwindow",popproperties);
if (this.focus) {
popupWin.focus()
};
}
//-->
