<!-- Hide --
 function view(url,width,height) {
parameter = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=111,left=1,copyhistory=no,width='+width+'height='+height;
 NewWin = window.open(url,'view',parameter);
 }
 // -- No Hide -->
