function SetDocumentWrite(str)
{
	document.write(str);
}

function SetInnerHtml(objname,str)
{
	document.all[objname].innerHTML = str;
}
