$(document).ready(function(){
						   
	$('ul.navbar').find('li').hover(function(){
		//alert('hover') ;
		//$(this).find('ul').fadeIn(250) ;
		$(this).find('ul').slideDown('fast') ;
	},function(){
		$(this).find('ul').fadeOut(100) ;
	}) ;


}) ;



function changeImage(imgSrc) {
	if (document.images)
	{
		document.fullImage.src=imgSrc
		//window.location='#fullImage'
	}

}

function media(fileName) {

	playerWindow = window.open(fileName, "playerWin", "height=150,width=400,toolbar=no,location=no,scrollbars=yes,resizable=yes,bgcolor=#337733,status=yes")
	playerWindow.status='Status Bar'
	playerWindow.focus()
}
