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

swfobject.embedSWF("banner.swf", "banner", "950px", "70px", "8.0.0", false, flashvars, params, attributes);
swfobject.embedSWF("head.swf", "image", "950px", "270px", "8.0.0", false, flashvars, params, attributes);
var ahora = new Date();
var bottom=''+
	'<div class="sac">Design by <a href="http://www.sacsoluciones.com.ar" target="_blank">SAC Solutions</a></div> <b>B<span class="small">&</span>V Revestimientos</b> &copy; '+ahora.getFullYear()+'<br />'+
	'Avenida Fernandez de la Cruz 6529 - Cap Fed  <br />'+
	'Tel/Fax: (011) 4638-5479&nbsp;&nbsp;&nbsp;4601-6799<br /><a href="mailto:info@byvrevestimientos.com.ar">info@byvrevestimientos.com.ar</a>';


$(document).ready(function(){ 
  
	$("#bottom").html(bottom);
	$("#fplayer").click(function(){
		location.href="http://get.adobe.com/es/flashplayer/";
	});
	$("#top .logo").click(function(){
		location.href="index.html";
	});
	
	$("#menu a").after("<span></span>")
	$("#menu a").hover(function(){
		$(this).next("span").stop().animate({opacity: 1, left: "0px"},400);
	}, function(){
		$(this).next("span").stop().css({left:"-100%",opacity:0});
	});
	$(".white a").hover(function(){
		$(this).children("img").fadeTo("slow",0.6);
	}, function(){
		$(this).children("img").fadeTo("slow",1);
	});
	
	$(".productos").delegate("img","mouseover",function(e){
		$(this).stop().fadeTo("normal",0.7);
	});
	$(".productos").delegate("img","mouseout",function(e){
		$(this).stop().fadeTo("normal",1);
	});
	
	$(".producto #info").click(function(){
		$(".producto .info").slideDown();
	})

});


