function abrePopUpImg(variavel1,var2)
{	esquerda = screen.width - 400;
	var newURL = 'incluir_img.asp?onde='+variavel1+'&var='+var2;
	var newWindow = window.open(newURL, null,"height=250,width=350,left="+esquerda+",top=100, scrollbars=no, resizable=yes, location=yes, status=yes");
	newWindow.focus();}
	
function abrePopUpImg2(variavel1,var2)
{	var newURL = 'incluir_imagens.asp?onde='+variavel1+'&var='+var2; 
	var newWindow = window.open(newURL, null,"height=250,width=350,left=700,top=100, scrollbars=no, resizable=yes, location=yes, status=yes");
	newWindow.focus();}
	

function abreAlbum(var1)
{	var newURL = 'pop_fotos.asp?dir='+var1; 
	esquerda = screen.width - 650;
	var newWindow = window.open(newURL, null,"height=400,width=600,left="+esquerda+", top=100, scrollbars=no, resizable=yes, location=no, status=no");
	newWindow.focus();}
	

function Ver(var1)
{	var newURL = 'popup.asp?produto='+var1; 
	var newWindow = window.open(newURL, null,"height=400,width=380,left=500, top=100, scrollbars=yes, resizable=no, location=no, status=no");
	newWindow.focus();}

function Comprar(var1)
{	esquerda = screen.width - 250;
	var newURL = 'carrinho.asp?produto='+var1; 
	var newWindow = window.open(newURL, 'Carrinho',"height=400,width=220,left="+esquerda+", top=100, scrollbars=yes, resizable=yes, location=no, status=no");
	newWindow.focus();}

function Carrinho()
{	esquerda = screen.width - 250;
	var newURL = 'carrinho.asp'; 
	var newWindow = window.open(newURL, 'Carrinho',"height=400,width=220,left="+esquerda+", top=100, scrollbars=yes, resizable=yes, location=no, status=no");
	newWindow.focus();}

function Acompanhe()
{	esquerda = screen.width - 430;
	var newURL = 'acompanhe.asp'; 
	var newWindow = window.open(newURL, 'Acompanhe',"height=200,width=300,left="+esquerda+", top=100, scrollbars=yes, resizable=yes, location=no, status=no");
	newWindow.focus();}

function VerPedido(var1)
{	esquerda = screen.width - 450;
	var newURL = 'pedidos_status.asp?pedido='+var1; 
	var newWindow = window.open(newURL, 'Pedido',"height=500,width=420,left="+esquerda+", top=100, scrollbars=yes, resizable=yes, location=no, status=yes");
	newWindow.focus();}

