function showFlash(Swf, Width, Height, Color, Name){
	document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write ('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write ('width='+Width+' height='+Height+' id="" align="middle">');
	document.write ('<param name="allowScriptAccess" value="sameDomain">');
	document.write ('<param name="movie" value="'+Swf+'.swf">');
	document.write ('<param name="quality" value="high">');
	document.write ('<param name="bgcolor" value="'+Color+'">');
	document.write ('<param name="wmode" value="transparent">');
	document.write ('<embed src="'+Swf+'.swf" quality="high" bgcolor="'+Color+'" ');
	document.write ('width="'+Width+'" height="'+Height+'" name="'+Name+'" ');
	document.write ('align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write ('pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write ('</object>');
}




function flash(){
    	
 		window.open('../adictionary/gallery/flash.htm','','width=720,height=425,scrollbars=no');
	    }

function openurl1(){
    	
 		window.open('../aexperience/sample1.htm','','width=665,height=600,scrollbars=yes');
	    }

function openurl2(){
    	
 		window.open('../aexperience/sample2.htm','','width=620,height=670,scrollbars=yes');

	    }


function playFlash(Swf, Width, Height, Color, Name){
	document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write ('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write ('width='+Width+' height='+Height+' id="" align="middle">');
	document.write ('<param name="allowScriptAccess" value="sameDomain">');
	document.write ('<param name="movie" value="'+Swf+'.swf">');
	document.write ('<param name="quality" value="high">');
	document.write ('<param name="bgcolor" value="'+Color+'">');
	document.write ('<param name="wmode" value="transparent">');
	document.write ('<embed src="'+Swf+'.swf" quality="high" bgcolor="'+Color+'" ');
	document.write ('width="'+Width+'" height="'+Height+'" name="'+Name+'" ');
	document.write ('align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write ('pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write ('</object>');
}






