﻿// Function definitions 
// to clear errors in Bug-zilla

function main()
{
    return true;
}
function two()
{
    return true;
}
function window_onmousemove()
{
    return true;
}
function column_onmousedown()
{
    return true;
}
