function addbookmark()
{
bookmarkurl="http://www.curly-cornet.co.uk/"
bookmarktitle="Welcome to curly-cornet.co.uk/"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#ffffff";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmUp(path)
{location.href = path;}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=450,height=500,left = 172,top = 44');");
}

