 function drawflash( _filename , _width, _height)
 { 

document.write ('<div id=menli><a href="http://www.hku.hk/acad/ugp/studying_programmes.html" target="_blank" ><img src=images/program.png border=0></a>');
document.write ('&nbsp&nbsp<a href="jupas-grades-09.htm" target="_blank" border=0><img src=images/grades.png border=0></a>');
document.write ('&nbsp&nbsp<a href="10reasons.html" border=0><img src=images/10good.png border=0></a>');
document.write('</div>');
//<a href="http://www.hku.hk/acad/ugp/studying_programmes.html" target="_blank" >
document.write('<img src=images/banner.png usemap="#mapping" border=0 title="Designed by Lam Long Tat. Secondary Student from King\'s College.Winner of the Information Day Poster Design Competition 2009.">');
document.write('<map name="mapping">');
document.write('<area href="http://www.hku.hk" alt="HKU Home" shape="rect" target="_blank" coords="787,7,984,43" />');
document.write('<area href="infoday.pdf" alt="Information Day Leaflet" shape="rect" target="_blank" coords="332,0,565,69" />');
document.write('<area href="commoncore.html" alt="Common Core Curriculum" shape="rect" coords="610,2,719,68" />');
document.write('</map>');
 	
// for counter
var pkBaseURL = (("https:" == document.location.protocol) ? "https://www.als.hku.hk/intl/counter/" : "http://www.als.hku.hk/intl/counter/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}

	 
	 
	 
	 /*
       if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0',
			'width', _width ,
			'height', _height,
			'src', 'images/'  + _filename,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'main',
			'bgcolor', '#ffffff',
			'name', 'main',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'images/' + _filename,
			'salign', ''
			); //end AC code
	}
	*/
 }

