function openWindow(url,wid,hei,scro)  
{window.open(url, 'remote','menubar=no,toolbar=no,location=no,directories=no,background=#000000,status=no,scrollbars='+ scro +',resizable=no,dependent,width='+ wid +',height='+ hei +',left=50,top=50')}