function WithFlash(mn,w,h,alt,mp)
{

document.write('<object type="application/x-shockwave-flash" data="'+ mn +'" width="'+ w +'" height="'+ h +'" align="middle">\n')
document.write('<param name="Movie" value="'+ mn +'" />\n')
document.write('<param name="wmode" value="transparent" />\n')
document.write('<param name="menu" value="false" />\n')
//document.write('<param name="base" value="http://www.thinkology.co.uk" />\n')
document.write('<img src="'+ alt +'" width="'+ w +'" height="'+ h +'" alt="Header" border="0" useMap="'+ mp +'" />\n')
document.write('<param name="quality" value="high" />\n')
document.write('</object>\n');
}