// JavaScript Document

function abrejanela(link){
	window.open(link,'Janela', 'top=0,left=0,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=450, height=230')
}
function voucomprar(link){
	window.open('pedido.php' ,'Janela', 'top=0,left=0, resizable=no, toolbar=no, location=no, status=no, scrollbars=yes, width=510, height=550')
}
function limpar(){
	window.location.href = "carrinho.php?limpar=sim";
}
function alteraproduto(link){
	window.open(link,'Janela', 'top=0,left=0,scrollbars=yes,resizable=yes,width=450,height=400')
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

