$(document).ready (function () {
    /*$("div#intro_box h2").flashText ({
    source: "/swf/garamond-1.0.1.swf"
    });*/
	Menu();
});

function Menu () {
	$("div#header ul.menu li a span").hide ();
	$("div#header ul.menu li a").mouseout (function () { $(this).css ("background-position", "0 -49px"); });
	$("div#header ul.menu li a").mouseover (function () { $(this).css ("background-position", "0 0px"); });
}

function PrintPage () {
    PrintWindow = window.open ("", "mywindow1","directories=1,fullscreen=1,location=1,menubar=1,resizable=1,scrollbars=1,status=1,titlebar=1,width=800,height=600");
    PrintWindow.document.write ($('#content').html ());
    PrintWindow.document.write ('<p style="clear:both">Az oldal az alábbi linken érhető el: '+window.location.href+'</p>');
}

function delDefault(e,o){
	if ( o.firstTime ) {
			return
	}
	o.firstTime=true;
	o.value="";
}

