﻿function ShowShockwave()
{
	var outpt="";
	outpt+="<object classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0\" ID=\"bitch\" width=\"750\" height=\"550\" VIEWASTEXT>";
	outpt+="<param name=\"src\" value=\"bitch.dcr\">";
	outpt+="<param name=\"swRemote\" value=\"swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' \">";
	outpt+="<param name=\"swStretchStyle\" value=\"fill\">";
	outpt+="<param NAME=\"bgColor\" VALUE=\"#111111\">";
	outpt+="<embed src=\"bitch.dcr\" bgColor=\"#111111\" width=\"750\" height=\"550\" swRemote=\"swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' \" swStretchStyle=\"fill\" type=\"application/x-director\" pluginspage=\"http://www.macromedia.com/shockwave/download/\"></object>";
	document.write(outpt);

}
