$(document).ready(function() {

	$('#english').click(function(){
		var loc = document.URL;
		var urlspl = loc.split('.php');
		var len = urlspl.length;
		if( len == 1 ) {
			location.href = 'index_i.php'; 
		} else {
			urlspl = urlspl[0].split('/');
			url = urlspl[urlspl.length-1];
			location.href = url+'_i.php';
		}			                
		return false;
	});

	$('#spanish').click(function(){
		var loc = document.URL;
		var urlspl = loc.split('.php');
		urlspl = urlspl[0].split('/');
		url = urlspl[urlspl.length-1];
		spa = url.split('_i');
		location.href = spa[0]+'.php';
		return false;
	});
	
	ddsmoothmenu.init({
		mainmenuid: "smoothmenu2", //Menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#804000", "#482400"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	});
	
	$('#smoothmenu2 #op1 ul li:eq(0), #smoothmenu2 #op1 ul li:eq(1), #smoothmenu2 #op1_en ul li:eq(0), #smoothmenu2 #op1_en ul li:eq(1)').css('padding','17px 20px 17px 5px');
	
	$('#nav #op1 a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr01" />');}	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav #sr01').remove();	}}
	);	
	$('#nav #op2 a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr02" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr02b" />');	}},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav #sr02, #nav #sr02b').remove();	}}
	);	
	$('#nav #op3 a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr03" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr03b" />');}	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav #sr03, #nav #sr03b').remove();	}}
	);	
	$('#nav #op4 a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr04" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr04b" />'); }	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav #sr04, #nav #sr04b').remove(); }	}
	);	
	$('#nav #op5 a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr05" />');	}},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav #sr05').remove(); } }
	);
	
		
	$('#nav_en #op1_en a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr01" />');}	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en #sr01').remove();	}}
	);	
	$('#nav_en #op2_en a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr02" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr02b" />');	}},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en #sr02, #nav_en #sr02b').remove();	}}
	);	
	$('#nav_en #op3_en a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr03" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr03b" />');}	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en #sr03, #nav_en #sr03b').remove();	}}
	);	
	$('#nav_en #op4_en a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr04" /><img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr04b" />'); }	},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en #sr04, #nav_en #sr04b').remove(); }	}
	);	
	$('#nav_en #op5_en a').hover(
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en').append('<img src="images/lines/sep_rojo.gif" width="1" height="59" alt="" class="seprojo" id="sr05" />');	}},
		function(){	if( $(this).parent().hasClass('on') ) { } else { $('#nav_en #sr05').remove(); } }
	);
		
});

Shadowbox.init({
    language: 'es',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv', 'mp3']
});
