function SomenteNumero(e){
    var tecla=(window.event)?event.keyCode:e.which;
    if((tecla > 47 && tecla < 58)) return true;
    else{
    if (tecla != 8) return false;
    else return true;
    }
}
function Confirma(txt,url){
	if (confirm(txt)){setLocation (url);return true}
	else{return false}
}
function setLocation(url){window.location.href=url}
function addCarrinho(p){
	var w = "<img src='imagens/wait.gif' height='16' width='16' border='0' align='absmiddle' />&nbsp;aguarde...";
	doAddCarrinho("shop_" + p, w, p, "", "", "", 1);
}
function addCarrinho2(p, o1, o2, o3, q){
	var w = "<img src='imagens/wait.gif' height='16' width='16' border='0' align='absmiddle' />&nbsp;aguarde...";
	doAddCarrinho("shop_" + p, w, p, o1, o2, o3, q);
}
function ShowCepPopup(){
	window.open('http://www.correios.com.br/servicos/cep/cep_default.cfm','ShowCep','location=no,resize=no, width=730,height=400,left=18,top=18,maximized=0,scrollbars=1');
}
function ShowCarrinhoFlutuante(cnt){
	$("#carrinho_float").html(cnt);
	$("#carrinho_float").slideDown("fast").animate({opacity: 1.0}, 7000).slideUp("fast");
}
function closeLighbox(){
	$.fancybox.close();
}
