function d_frame(url, w, h){
	da = document.getElementById('Lveic'); 
	
	document.getElementById('td1').innerHTML='<iframe name="frame1" src="'+url+'" height="'+ h +'" width="'+w+'"" frameborder="0" scrolling="auto"></iframe>';
	da.style.display='block';
	document.getElementById('fade').style.display='block';
	document.getElementById('fade').style.height = document.body.scrollHeight;
	
}
function ocultaLayer(){document.getElementById('Lveic').style.display='none';document.getElementById('fade').style.display='none';
document.getElementById('td1').innerHTML='';
}
function exibeLayer(n,d){document.all(''+n+'').style.visibility=d; document.all(''+n+'').style.overflow=d}
function mudabt(obj, acao){
  if (acao == 1) {img='Over'}else{img='Out'}
  document.all(obj).src='/images/b_Mouse'+img+'.gif';
  }
function exibe_div(id) {if (document.getElementById(id).style.display == 'none') {document.getElementById(id).style.display = '';}else {document.getElementById(id).style.display = 'none';}}  
function oculta_div(id) {if (document.getElementById(id).style.display == '') {document.getElementById(id).style.display = 'none';}else {document.getElementById(id).style.display = '';}}  
function pNoivaShop(pagina,janela,w,h,scrolling){if(!scrolling){scrolling='auto'}window.open('/wbn/guia/portifolios/'+pagina,janela,'width='+w+',height='+h+',scrollbars='+scrolling+',toolbar=no,location=no,status=no,menubar=no,resizable=no,left=300,top=10');
}
function high(which2,value){which2.style.cursor='hand';theobject=which2;highlighting=setInterval("highlightit(theobject)",value);}
function low(which2, value){clearInterval(highlighting);which2.filters.alpha.opacity=value;}
function highlightit(cur2){if (cur2.filters.alpha.opacity<100){cur2.filters.alpha.opacity+=13}else if(window.highlighting){clearInterval(highlighting)}}
function opNS(id,value){
obj1=document.all('ico_estrela'+id).filters.alpha.opacity=value; obj2=document.all('ico_world'+id).filters.alpha.opacity=value; obj3=document.all('ico_mail'+id).filters.alpha.opacity=value;}
function AbreJanela(pagina,janela,w,h,scrolling){if(!scrolling){scrolling='auto'}window.open(pagina,janela,'width='+w+',height='+h+',scrollbars='+scrolling+',toolbar=no,location=no,status=no,menubar=no,resizable=no,left=0,top=10');}
function alerta (d, campo){
msg = 'Por favor, preencha o campo ';
d.focus();
d.style.borderColor = "#993300";
//d.style.color = "993300";
d.style.backgroundColor = "FFF5F4";
alert (msg + campo);
}


(function($){
	
	$(window).scroll(function(){	 
		
		// $("#Lveic").animate({scrollTop: $(this).scrollTop()+50},'slow');	
		
		$("#Lveic").css('top',$(this).scrollTop()+50);	
		$("#fade").css('height',$(document).height());	
		
	});
	
	$(document).ready(function (){ 
		$("#fade,#Lveic").click(function(){
			ocultaLayer();
		});	
		$("#fade").fadeTo("slow", 0.33);
		
		$(".seleciona-categoria").hover(
			function(){			
				$(".seleciona-categoria ul").slideDown(200);	
			},		
			function (){
				$(".seleciona-categoria ul").slideUp(200);	
			}
		);
		
		
	});
	
})(jQuery);


$(function() {
	// Use this example, or...
	$(".galeria-img a").lightBox(); // Select all links that contains lightbox in the attribute rel 
});

