var author = "João Pedro Gaelzer";
var version = "1.0";
var versionTest = "";  if (versionTest != "") { versionTest = "(" + versionTest + " test)"; }
var project = "Portal do CAMP";
var company = "D3 Comunicação";
var typeProject = "website";
var costumer = "Organização CAMP (www.camp.org.br)";
var ini_project = "Segunda-Feira, 5 de julho de 2010";
var end_project = "";
var status = "Em andamento";

if(status == "Em andamento") { statusDin = "it is not finished yet"; }
if(status == "completo") { statusDin = "finished in" + end_project; }
if(status == "teste") { statusDin = "now are current in " + end_project + "test version"; }



var log = "Project version is " + version + " " + versionTest + ". The author is " + author + " working for " + company + ", who was called to create a " + typeProject + " for " + costumer + ". The project was started in " + ini_project + " and " + statusDin + "."; 

var teste = "Funcionando Alert";

function flash(arquivo, w, h) {
	
		document.write('<object height="' + h + '" width="' + w + '" id="destaqueFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="' + arquivo + '" name="movie"><param value="high" name="quality"><param value="transparent" name="wmode"><param value="always" name="AllowScriptAccess"><embed height="' + h + '" width="' + w + '" allowscriptaccess="always" type="application/x-shockwave-flash" bgcolor="#" swliveconnect="TRUE" wmode="transparent" quality="high" src="' + arquivo + '"></object>				');
	
	} 
	
