function draw_gallery(galleryname) {
	document.write('<OBJECT WIDTH=650 height=440 id=gallery classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" > ');	
	document.write('<PARAM NAME=MOVIE VALUE="/flash/gallery.swf?xmlpath=' + galleryname + '" />' );
	document.write('<PARAM NAME=MENU VALUE=false />');
	document.write('<PARAM NAME=QUALITY VALUE=high />');
	document.write('<PARAM NAME=SCALE VALUE=noscale />');
	document.write('<PARAM NAME=wmode VALUE=transparent>');
	document.write('<embed SRC="/flash/gallery1.swf" MENU="false" QUALITY="high" SCALE="noscale" SALIGN="lt" bgcolor="#ffffff" width=650 height=440 name="gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></EMBED>');
	document.write(' </OBJECT>');
	
}

