function abrejanela(prod) {
 	var prop = "toolbar=no,scrollbars=auto,resizable=no,screenX=250,left=250,screenY=50,top=50,height=590,width=350";
	window.open("detalheproduto.php?IDproduto="+prod, "", prop);
}