function run_flash(num_flash) 
{ 
	
if (num_flash=='intro') {

	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="750" height="550" align="top">');
		document.write('<param name="movie" value="intro.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<embed src="intro.swf" width="750" height="550" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');

}else if (num_flash=='intro2') {

	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="750" height="550" align="top">');
		document.write('<param name="movie" value="intro2.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<embed src="intro2.swf" width="750" height="550" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');


}else if (num_flash=='design_sevilog_prestigeimmo67') {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="130" height="30">');
		document.write('<param name="movie" value="design_sevilog_prestigeimmo67.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<embed src="design_sevilog_prestigeimmo67.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="30"></embed>');
	document.write('</object>');
	
	
}else if (num_flash=='design_sevilog_prestigeimmo67_blanc') {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="130" height="30">');
		document.write('<param name="movie" value="design_sevilog_prestigeimmo67_blanc.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<embed src="design_sevilog_prestigeimmo67_blanc.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="30"></embed>');
	document.write('</object>');
	
}else if (num_flash=='header3') {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="242">');
		document.write('<param name="movie" value="header3.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<embed src="header3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="242"></embed>');
	document.write('</object>');
	
	

	}


} 

