﻿// JScript File
function inset(elmnt)
{
elmnt.style.border="inset 2"
elmnt.style.background="6633CC"
}

function outset(elmnt)
{
elmnt.style.border="outset 2"
elmnt.style.background="0000FF"
}

var i=120
var intHide

