function objView(str)
{
    document.write(str);
}