$(document).ready(function() {
	$('.menussmenu').click(function(){
		if($(this).find('a').length > 0)
			document.location.href = $(this).find('a').attr('href');
	});
	$('.ssOpcion').live('click',function(){
		$('.ssOpcionSel').removeClass('ssOpcionSel');
		$(this).addClass('ssOpcionSel');
		document.location.href = 'http://www.vanwormerresorts.com/activities/'+$(this).attr('id').split('_')[0]+'/';
	});
	$('#'+vp_page+'_'+vp_subSeccionId).addClass('ssOpcionSel');
	if(vp_ssParent!=undefined)
	{
		$('.ss'+vp_ssParent).addClass('seleccionssmenu');
	}
});
