function openPopup(address,windowname,width,height){ 
NewWindow = window.open(address,windowname,'toolbar=0,directories=no,location=0,menubar=0,resizable=0,scrollbars=1,status=0,width='+width+', height='+height+',top=250,left=200'); 
NewWindow.focus();
};



