// RS. 24/09/07
// This code requires javascript vars: nWidth, nHeight, sValue, sSrc. 
document.write("<object width='" + nWidth + "' height='" +nHeight + "'>");
document.write("<param name='movie' value='" + sValue + "'>");
document.write("<embed src='" + sSrc + "' width='" + nWidth + "' height='" + nHeight + "'>");
document.write("</embed>");
document.write("</object>");