function embedFlash(ubicacion,pelicula,ancho,alto,param){
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ancho+'" height="'+alto+'" title=":: Grupo MiTerra :: Emprendimientos :: Barrios Privados :: Loteos :: Countries :: C&oacute;rdoba Argentina ::">');
		document.write('<param name="movie" value="'+ubicacion+pelicula+'.swf'+param+'" />');
		document.write('<param name="quality" value="high" />');
		document.write('<embed src="'+ubicacion+pelicula+'.swf'+param+'" width="'+ancho+'" height="'+alto+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
	  document.write('</object>');
}

 function posit() {
   var NS = (navigator.appName=="Netscape")?true:false;
   if(NS == false){
     tHeight = document.body.clientHeight;
   } else {
     tHeight = window.innerHeight;
   }
   document.getElementById("tabla").style.height = tHeight-20;
 }

function fullwin(pagina,nombre){
 window.open(pagina,nombre,"width="+screen.width+",height="+screen.height+", left=0,top=0,screenX=0,screenY=0,directories=0,fullscreen=1,location=0,menubar=0,scrollbar=0,status=0,toolbar=0,titlebar=0");
}
