function newwind2(url,w,h,ad){
	if(!w)w=650;
	if(!h)h=500;
	if(!ad)ad='yenipenc';
	window.open(url,ad,'menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,top=50,left=100,width='+w+',height='+h);
}

function boyutlandir(x,y,xx,yy){
	if(xx==null)xx=300;
	if(yy==null)yy=500;
	if(x<xx)var x=xx;
	resizeTo(x+60,y+110);
}