// JavaScript Document
//document.write('<object>');
//document.write('<param name="movie" value="did.swf">');
//document.write('<embed src="did.swf">');
//document.write('</embed>');
//document.write('</object>');

var flashheight		= "100"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "1000"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)

// Unauthorized use or sale of this script is strictly prohibited by law

document.write('<span>');
document.write('<OBJECT WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="web design">');
document.write('<PARAM NAME="movie" VALUE="did.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<EMBED src="did.swf" quality="high" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="web design" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</span>');