l = 0; t = 0; fw = 1000;
if( screen.width < 1024 ) fw = 794;
fh = Math.floor( fw * 0.664 );

l = Math.max( 0, Math.floor( ( screen.width - fw - 10 ) / 2 ));

function abre(flag)
{
	var go = 1;
	if( screen.width < 1024 && flag == 1 && !confirm( "Este site foi projetado para funcionar em 1024x768, deseja continuar ?" )) go = 0;
	if( go ) window.open( "home.php", "ibsantos", "left="+l+",top="+t+",status=0,width="+fw+",height="+fh );
}

function pub_flash( swf, w, h )
{
	document.write( '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">'+"\n" );
	document.write( '<param name="movie" value="'+swf+'">'+"\n" );
	document.write( '<param name="quality" value="high">'+"\n" );
	document.write( '<param name="menu" value="false">'+"\n" );
	document.write( '<embed src="'+swf+'" menu="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>'+"\n" );
	document.write( '</object>'+"\n" );
}

function janela( url, target, caracs )
{
	window.open( url, target, caracs );
}
