$('#menu li ul').css( {
	display : "none",
	left : "auto"
});
$('#menu li').hoverIntent(function() {
	$(this).find('ul').stop(true, true).slideDown();
}, function() {
	$(this).find('ul').stop(true, true).fadeOut('slow');
});

function Lvl_openWin(u, n, w, h, l, t, c, f, x) { // v2.0 4LevelWebs
	var ww = ((screen.width - w) / 2);
	if (c == 1) {
		l = ww;
		t = (screen.height - h) / 2;
	}
	if (c == 2) {
		l = ww
	}
	f += ',top=' + t + ',left=' + l;
	LvlWin = window.open(u, n, f);
	LvlWin.focus();
	document.MM_returnValue = false;
}

function printWindow() {
	bV = parseInt(navigator.appVersion)
	if (bV >= 4)
		window.print()
}
