function showApp(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');	 		 	 
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write('width="950" height="552">');
	document.write('<param name="movie" value="hp.swf">');
	document.write('<param name="quality" value="high">');
/* 	document.write('<PARAM NAME="wmode" VALUE="transparent">'); */
/* 	document.write('<PARAM NAME="bgcolor" VALUE="#333333">'); */
	document.write('<EMBED src="hp.swf" quality="high" wmode="transparent"');
	document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash"');
	document.write('width="950" height="552"></embed></object>');
	
}

function showSuccessButton (){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');	 		 	 
	document.write('"codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write('width="156" height="56">');
	document.write('<param name="movie" value="flash/success_button.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="flash/button2.swf" quality="high"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash"');
	document.write('width="550" height="21"></embed></object>');		
}
