function SRun()
{
	    document.write("<object width=\"140\" height=\"125\">");
		document.write("<param name=\"movie\" value=\"files/van2.swf\">");
		document.write("<embed src=\"files/van2.swf\" width=\"140\" height=\"125\">");
		document.write("</embed></object>");	
}

