// JavaScript Document
//output row
function print_but(name) {
head='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="103" height="24">'+'<param name=movie value="'+name+'"/>'+
'<param name=quality value=high />'+'<embed src="'+name+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24"> </embed></object>';
document.write(head);}

print_but("button1.swf");
print_but("button11.swf");
print_but("button3.swf");
print_but("button2.swf");
print_but("button9.swf");
print_but("button5.swf");
print_but("button10.swf");
print_but("button6.swf");
