

function flash(nome, id, com, alt, query){
	document.write(
	'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="'+com+'" height="'+alt+'" id="'+id+'" > <param name="movie" value="'+nome+'" />'+
		'<param name="FlashVars" value="'+query+'" />'+
		'<param name="quality" value="best" /><param name="wmode" value="transparent" /><embed src="'+nome+'" wmode="transparent" FlashVars="'+query+'"  quality="best" width="'+com+'" height="'+alt+'" id="'+id+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'+
		'</object>'
	);
}


function abre_ensaio(id){
	window.open('images/ensaio/'+id+'/index.htm','','width=700,height=400,scrollbars=no');	
}


function abre_wallpaper(id){
	window.open('wallpaper.php?id='+id,'','width=220,height=274,scrollbars=no');	
}

function abre_expo(id){
	window.open('images/exposicoes/'+id+'/','','width=600,height=535,scrollbars=no');	
}

function abre_welove(){
	window.open('welove/index.php','','width=700,height=540,scrollbars=no');	
}

function abrebannerexp(banner){
	document.getElementById("banner_exp").style.height=banner+"px";
	
}

function fechabannerexp(){
	document.getElementById("banner_exp").style.height="60px";
	
}

function abrebannerexp2(){
	document.getElementById("banner_exp2").style.height="400px";
	
}

function fechabannerexp2(){
	document.getElementById("banner_exp2").style.height="60px";
	
}

function imprimir(id){
	window.open('imprimir.php?id='+id,'','width=631,height=300,scrollbars=yes');	
}