function refer() {
	window.open('ajanlas.php','Ajánlás','width=320,height=220,resizable=0,status=0,scrollbars=0,top=0,left=0,toolbar=0');
}

function refer_info() {
	window.open('html/<?=$_GET["lang_id"]?>informaciok.html','Információ','width=600,height=440,resizable=0,status=0,scrollbars=0,top=0,left=0,toolbar=0');
}

function stat_info() {
	window.open('1stat.php','Statisztika','width=600,height=400,resizable=0,status=0,scrollbars=1,top=0,left=0,toolbar=0');
}

function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}


function smsinfo2() {
	window.open('smsinfo2.php','Ajánlás','width=600,height=580,resizable=0,status=0,scrollbars=0,top=0,left=0,toolbar=0');
}

function pop_posta() {
 	window.open('popup/posta.html','Pályázatifelhívás','width=600,height=620,resizable=0,status=0,scrollbars=0,top=0,left=0,toolbar=0');
}


function popUp(URL,w,h,s) {
	day = new Date();
	id = day.getTime();
	var left = (screen.width-w)/2;
	var top = (screen.height-h)/2;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=" + s + ",location=0,statusbar=0,menubar=0,resizable=0,width=" + w + ",height=" + h + ",left =" + left + ",top = " + top + "');");
}