// JavaScript Document
function lancamento(){
window.princ.location="lancamentos.asp";
}
function oferta(){
princ.location="lancamentos.asp";
}
function chama_cat02(id){
princ.location="categoria.asp?select1=" + id ;
}
function carrinho(){
princ.location='carrinho.asp';
}
function chama_cat01(){
var select1 = document.getElementById("select1").value;
var nome = document.getElementById("text1").value;
if (select1=="-1" && nome=="" ){
alert("Selecione uma marca para efetuar a pesquisa")
}else{
princ.location="produtos.asp?select1=" + select1 + "&nome=" + nome ;}
}
function sobre(){}

