// JavaScript Document
function abrefoto(URL) {window.open(URL,'foto','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,top=5,width=861,height=520');
}

function yac_pic(picplace,thepic,subtext){
	var showpic=document.getElementById(picplace);
		showpic.innerHTML = '';
		showpic.innerHTML = '<img alt="' + subtext + '" src="' + thepic + '" />';
}
