$(document).ready(function() {
    
	$('#main_l ul li').click(function() {
	   $(this).children('ul').animate({ width: 'show'});
    });

	$('#main_l ul li').mouseleave(function() {
    	$(this).children('ul').delay(500).slideUp('slow'); 
	});  
	
	// document.getElementById('banner').innerHTML='<OBJECT '
    // + 'WIDTH="270" HEIGHT="56" name="myFlash">'
		// + '<PARAM NAME="bgcolor" VALUE="#FFCC33">'
    // + '<PARAM NAME=movie VALUE="elix.swf">'
    // + '<EMBED SRC="elix.swf"'
    // + 'WIDTH="270" HEIGHT="57" swliveconnect=true name="myFlash">'
    // + '</EMBED>'
    // + '</OBJECT>';
	
	
	document.getElementById('banner').innerHTML='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="270" height="56">'
+'<param name="movie" value="stilius/images/elix.swf">'
+'<param name="quality" value="High">'
+'<param name="bgcolor" value="#ffcc33">'
+'<embed src="stilius/images/elix.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="270" height="56" quality="High" bgcolor="#ffcc33"></object>';













///////////////////////


$("select[name='flt']").change(function(){
//	alert($(this).val());
	$(".flt").css("display", "none");
	$(".flt[attr='"+$(this).val()+"']").fadeIn();

});


$("select[name='pre']").change(function(){

	location.href=$("#myurl").html()+"/"+$(this).val()+"/#"+$(this).val();
});









});

