// JavaScript Document


/**************************/
// Accordion 2
// Nova Interactiva (c) 2010
/**************************/
function nvjs_accordion2(cual,donde){
	if (donde){
		$('div.'+cual+'e').slideDown('slow');
		document.getElementById(cual+'o').style.display = 'none';
		document.getElementById(cual+'c').style.display = 'inline';
	}else{
		$('div.'+cual+'e').slideUp('slow');
		document.getElementById(cual+'o').style.display = 'inline';
		document.getElementById(cual+'c').style.display = 'none';
	}
}

//launch photo Gallery
function nvjs_gallery(nn,mm){
	window.open("/galerias"+mm+"/index.php?pid="+nn+"&lng=en","gallery"+nn,"width=800,height=640");
}

//launch WINDOW1 popup
function nvjs_specials(nn){
	window.open("/specials/index.php?sid="+nn,"special"+nn,"width=600,height=600,menubar=0,resizable=0,location=0,scrollbars=auto");
}
