/*
 * DynClick
 * Copyright 2003 AgenciaClick - http://www.agenciaclick.com.br
 * interface.spo@agenciaclick.com.br
 * $Date: 2006/05/10 06:57:24 $
 */

// Coloque aqui as funções específicas deste projeto

function albumfotos() {
w = self.screen.width -8;
h = self.screen.height - 56;
sX=((screen.width/2)-110)
sY=((screen.height/2)-105)
openPopup('/albumdefotos/br/album.asp','album',w,h,'top=0,left=0,scrollbars=no,screenX=' + sX + ',screenY=' + sY,1)
}

/* ActiveX */
function objectSwf(swf,width,height)
{
	document.write('<object type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" data="' + swf + '">');
	document.write('<param name="movie" value="' + swf + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="' + swf + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" wmode="transparent"></embed>');
	document.write('</object>');
}