window.addEvent('domready', function() {

	
});


function dodrop(d){
	if($('touropitems_'+d).style.display=='block'){
		$('touropitems_'+d).style.display='none';
		$('tour_'+d).style.height='75px';
	}
	else{
		$('touropitems_'+d).style.display='block';		
		$('tour_'+d).style.height='500px';
	}
}
