function show_event(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="event.php" ;
	document.frm_action.submit(); 
}


function show_venue_types(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="venue_type.php" ;
	document.frm_action.submit(); 
}

function show_venue_locations(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="venue_locations.php" ;
	document.frm_action.submit(); 
}

function show_venue_areas(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="venue_area.php" ;
	document.frm_action.submit(); 
}


function show_profile_types(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="view_profile_list.php" ;
	document.frm_action.submit(); 
}

function show_view_user(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="view_user.php" ;
	document.frm_action.submit(); 
}

function show_venue(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="venue.php" ;
	document.frm_action.submit(); 
}

function show_day_events(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="day_events.php" ;
	document.frm_action.submit(); 
}

function set_venue_rate(ele_id) {	
	document.reviewform.usr_venue_rate.value=ele_id ;	
}

function show_music_types(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="music_type.php" ;
	document.frm_action.submit(); 
}
function show_weekly_events() {	
	document.frm_action.action="weekly_events.php" ;
	document.frm_action.submit(); 
}
function show_next_event(ele_id) {	
	document.frm_action.id.value=ele_id
	document.frm_action.action="event.php" ;
	document.frm_action.submit(); 
}


