function Newoldal(url,sz,h,scr)
{

	window.open(url,'','width=' + sz + ',height=' + h + ',scrollbars=' + scr);

	return;
}


