<!-- 
function OpenWin(url,resize,scrollbars,status,width,height) {
var myWindow = window.open(url, 'newWin', 'resizable=' + resize + ',scrollbars=' + scrollbars + ',status=' + status + ',width=' + width + ',height=' + height );
}
function myVoid() {
}
//-->