function showVideo() {
	
	document.getElementById("the-link").style.display = "none";

	new_innerhtml = AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','315','height','236','id','FLVPlayer','src','/flash/FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=/flash/Clear_Skin_3&streamName=/flash/aspire_video_315x236&autoPlay=true&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/FLVPlayer_Progressive' );

	document.getElementById("real-video").innerHTML = new_innerhtml; //end AC code;

}
