<!--
function openWin(url,winName,features) {
       if (url != ""){
       window.open(url,winName,features);
				     }
    }
//-->