function makeflashstring(source,id,width,height,wmode, otherparam)
{
return "";
}
function makeobjectstring(classid, codebase, name, id, width,height, param)
{
return "";
}
// innerhtml type
function setinnerhtml(target, code)
{
target.innerhtml = code;
}
// direct write type
function documentwrite(src)
{
document.write(src);
}