function Index(){document.location.href = 'Index.asp';}
function Empresa(){document.location.href = 'Empresa.asp';}
function Loja(){document.location.href = 'Loja.asp';}
function Sistema(){document.location.href = 'Sistemas.asp';}
function Sites(){document.location.href = 'Sites.asp';}
function Consultoria(){document.location.href = 'Consultoria.asp';}
function Assistencia(){document.location.href = 'Assistencia_tecnica.asp';}
function Contato(){document.location.href = 'Contato.asp';}
function Portifolio(){document.location.href = 'Portifolio.asp';}

function Screen(Nome, Id){
    abre = window.open('Screenshots.asp?Nome=' + Nome + '&Id=' + Id, 'Screenshots', 'status=no,location=no,menubar=no,resizable=no,scrollbars=yes,titlebar=no,directories=no,height=600,width=700');
	abre.focus();
}

function AbrirFotos(Id){
    abre = window.open('Foto_Produtos.asp?Id=' + Id, 'Fotos', 'status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,titlebar=no,directories=no,height=450,width=400');
	abre.focus();	
}

function comprar(){
	
}

function Inscricao(){
	abre = window.open('namorados/inscricao.asp', 'Cadastro', 'status=no,location=no,menubar=no,resizable=yes,scrollbars=no,titlebar=no,directories=no,height=500,width=550');
	abre.focus();	
}


