$(document).ready(function() {
	$("#TopMenu li.mainm").hover(function() {
		$(this).fadeOut( 150 );
		$(this).fadeIn( 150 );
	});
	$("#Languages > img.menu_btn").hover(function() {
		$(this).fadeOut( 150 );
		$(this).fadeIn( 150 );
	});
});

function menuOn( mID ) {
	var elm = xajax.$( 'm_' + old_mm_id );
	if (elm) {
		elm.className = 'mainm';
	}
	var elm = xajax.$( 'm_' + mID );
	if (elm) {
		elm.className = 'mainm_on';
	}
	old_mm_id = mID;
}
function subMenuOn( smID ) {
	var elm = xajax.$('m_' + old_sm_id );
	if (elm)
		elm.style.color = '#FFFFFF';
	/* jei sio punkto ID sutampa su mm_id, tai spalvos nekeiciame, nes cia pagrindinis meniu */
	if (smID != old_mm_id) {
		var elm = xajax.$('m_' + smID);
		if (elm) 
			elm.style.color = '#BB3D00';
		old_sm_id = smID;
	}
}
function open_photo( src ) {
	var w = window.open( '', '_blank', '' )
	d = w.document.open("text/html","replace");
	d.write( '<html><body bgcolor="#000000" style="text-align: center" onclick="window.close()">' );
	d.write( '<img src="'+src+'" border="0" />' );
	d.write( '</body></html>' );
	d.close();
}
