<!--
function openWin(winUrl,myWindow,wide,high,left,top,st,to,me,sc,re) {
myWin=window.open(winUrl,myWindow, "width=" + wide + ",height=" + high + ",left=" + left + ",top=" + top + ",status=" + st + ",toolbar=" + to + ",menubar=" + me + ",scrollbars=" + sc + ",resizable=" + re )
}
//-->
