function openswf(Img,ImgWidth,ImgHeight) {

	new_window=window.open('','new_window','directories=no,hotkeys=no,location=no,menubar=no,resizable=no,personalbar=no,scrollbars=no,status=no,width=' + ImgWidth + ',height=' + ImgHeight);

	new_window.document.open();

	new_window.document.write
		("<html><head><title>Associa&ccedil;&atilde;o do Carnaval de Estarreja</title></head><body bgcolor=\"#CCCCCC\" leftmargin=\"0\" topmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">");

	new_window.document.write
		("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"" + ImgWidth + "\"" +" height=\"" + ImgHeight + "\"><param name=\"movie\" value=\"mapa.swf\"><param name=\"quality\" value=\"best\"><param name=\"bgcolor\" value=\"#CCCCC\"><embed src=\"mapa.swf\" quality=\"best\" wmode=\"opaque\" bgcolor=\"#FFFFFF\" width=\"" + ImgWidth + "\" height=\"" + ImgHeight + "\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></embed></object>")

	new_window.document.write
		("</body></html>");
		
	new_window.document.close();
	
	new_window.focus();
}