
	function compra(REF) {
		d = document.getElementById("fc");
		var myS = new String(REF);
		cad = "/frame_comprar.php?I="+myS;
		d.src = cad;	
		}

