function printFlash(id, src, width, height, version){
	document.write('<object name=\"'+id+'\" id=\"'+id+'\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + version + '\" width=\"' + width + '\" height=\"' + height + '\">');
	document.write('<param name=\"movie\" value=\"' + src + '\">');
	document.write('<param name=\"quality\" value=\"high\">');
	document.write('<param name=\"wmode\" value=\"\">');
	document.write('<param name=\"allowScriptAccess\" value=\"sameDomain\">');		
	document.write('<embed name=\"'+id+'\" src=\"' + src + '\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"  allowScriptAccess=\"sameDomain\" width=\"' + width + '\" height=\"' + height + '\"></embed>');
	document.write('</object>');
}
function printImage(url) { 
var newwindow = window.open(url, "printsrc","status=no,toolbar=no,scrollbars=no,resizable=no,menubar=no,width=440,height=440");
newwindow.print()
newwindow.blur()
}


function printFlashNoScale(id, src, width, height, version){
	document.write('<object name=\"'+id+'\" id=\"'+id+'\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + version + '\" width=\"' + width + '\" height=\"' + height + '\">');
	document.write('<param name=\"movie\" value=\"' + src + '\">');
	document.write('<param name=\"quality\" value=\"high\">');
	document.write('<param name=\"wmode\" value=\"\">');
	document.write('<param name=\"allowScriptAccess\" value=\"sameDomain\">');
	document.write('<param name=\"scale\" value=\"noscale\">');
	document.write('<param name=\"salign\" value=\"b\">');
	document.write('<param name=\"allowFullScreen\" value=\"false\">');
	document.write('<embed name=\"'+id+'\" src=\"' + src + '\" quality=\"high\" allowFullScreen=\"false\" scale=\"noscale\" salign=\"b\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"  allowScriptAccess=\"sameDomain\" width=\"' + width + '\" height=\"' + height + '\"></embed>');
	document.write('</object>');
}
function contactos(){
	/*
	document.write('<form id=\"auxFrm\" action=\"\" method=\"post\">');
	document.write('<input name=\"contactos\" id=\"contactos\" value=\"1\" type=\"hidden\">');
	document.write('</form>');
	*/
//	alert('e' + document.forms.length);
	document.getElementById('auxFrm').submit();
}