function embed(file,width,height) {
	if (width == undefined)
		width = 524;
	if (height == undefined)
		height = 421;
	document.write('<embed width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" src="'+file+'" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
}

