
function kedvencekhez(title, url) {
	if (window.sidebar){
		window.sidebar.addPanel(title, url,"");
	}else if( window.external ){
		window.external.AddFavorite( url, title);
    }else if(window.opera && window.print){
		return true;
    }
}

function ablakzar(){
	bezar = window.close(this);
}

function bolGalleryPopup(imageFile, width, height, title){

	var html = '<title>' + title + ' - Click to close </title><body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onclick=\"javascript:window.close()\"><img src=\"' + imageFile + '\" alt=\"Click to close\"></body>';
	var popup = window.open(imageFile, '_blank', 'width=' + width+ ', height=' + height + ', status=no');
	popup.document.write(html);
	popup.focus();
}

function confirmSubmit() {
	return confirm("Valóban törölni szeretné?");
}

function confirmSubmit2() {
	return confirm("Biztos a felvivendő számok helyességében?");
}

function confirmTovabblep(){
	return confirm("Valóban el szeretné küldeni a levelet?");
}

