<!--
function openWindow(url, width, height, top, left) {
        var Win = window.open(url,"openWindow",'width=' + width + ',height=' + height + ' ,top=' + top + ' ,left=' + left + ' ,resizable=1,scrollbars=yes,menubar=no,status=yes');
}
//-->

