function InitFlash(sSWF,sID,iWidth,iHeight) {
	sSWF=encodeURI(sSWF);
	swfobject.embedSWF(sSWF, sID, iWidth, iHeight, "7.0.0");
}