//menuler
$(function(){
			
			$('select#CUR2').selectmenu({style:'dropdown',width: 80, height: 18});
			$('select#resort2').selectmenu({style:'dropdown',width: 162, height: 18});
			$('select#ptype2').selectmenu({style:'dropdown',width: 162, height: 18});	
			$('select#mprice2').selectmenu({style:'dropdown',width: 77, height: 18});
			$('select#xprice2').selectmenu({style:'dropdown',width: 77, height: 18});	
			$('select#mbedr2').selectmenu({style:'dropdown',width: 77, height: 18});
			$('select#xbedr2').selectmenu({style:'dropdown',width: 77, height: 18});			
		});
