// JavaScript Document


function embedObject() {
	document.write('<object type=\"application/x-shockwave-flash\" style=\"width:850px; height:215px;\" ' +
	'					data=\"menulink.swf\"><param name=\"movie\" value=\"menulink.swf\" /></object>');

}

// execute!
embedObject();

