
function openWin(adres, name, w, h){
	open(adres, name, 'height='+h+',width='+w+', directories=no, sizeable=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, left=0, top=0');
}
