var flashvars = {};
var params = {};
    params.menu = "false";
    params.quality = "high";
    params.allowscriptaccess = "sameDomain";
    params.wmode = "transparent";    
var attributes = {};
    attributes.align = "middle";


var ahora = new Date();
var bottom=''+
	'<div class="sac">Design by <a href="http://www.sacsoluciones.com.ar" target="_blank">SAC Solutions</a></div> &copy; '+ahora.getFullYear()+''+
	'<b>Estilo Pearce</b><br /><b>Tel.</b> 4735.3399 <b>E-mail:</b> <a href="mailto:info@estilopearce.com.ar">info@estilopearce.com.ar</a><br />';


$(document).ready(function(){ 
  
	$("#bottom").html(bottom);
	$("#fplayer").click(function(){
		location.href="http://get.adobe.com/es/flashplayer/";
	});
	$("#pleft").click(function(){
		location.href="index.html";
	});
	
	$("#menu ul a").hover(function(){
		$(this).stop().animate({paddingTop:"11px"},200);
	},function(){
		$(this).stop().animate({paddingTop:"7px"},200);
	});
	
	$(".options a").click(function(){
		$(".options a.current").removeClass("current");
		$(this).addClass("current");
		$(".pcontent > div").hide();
		$(".pcontent ."+$(this).attr("id")).fadeIn("fast");
		return false;
	});

});


