wiN = 0;
wiDth = 0;
heiGht = 0;
function remoteWindow(wiN,wiDth,heiGht) {
   var viewWindow = window.open( wiN , 'viewWin','resizable=no,scrollbars=yes,status=no,toolbar=no,width='+wiDth+',height='+heiGht);
   viewWindow.focus();
}
