function test2(side2){
        if (side2 !="-")
        {
                document.location=side2;
        }

}
