function InsertFlash(Flash,Width,Height){
document.write("<embed src=\"" + Flash + "\" wmode=\"transparent\" width=\"" + Width + "\" height=\"" + Height + "\"></embed>");
}
