function inicio(){
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='220' height='460'>"
      +"  <param name='movie' value='index.swf' />"
       +" <param name='quality' value='high' />"
        +"<embed src='index.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='220' height='460'></embed>"
+"      </object>");
	  
}

function base(ventana) 
{ 
var url = ventana;
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'alart', specs); 
Popup.resizeTo(width,height);
//vete();
};


defaultStatus =  'ESTUDIO BAROZZI VEIGA';
 
