// (c) www.stocksoftware.co.uk

var bookmarkurl="http://www.webwidget.co.uk"
var bookmarktitle="Webwidget Password Producer"

function encoderWindow(Thewindow)
{window.open(Thewindow,'','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=600,height=480');}

function helpWindow(Thewindow)
{window.open(Thewindow,'','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=300,height=400');}

function sendURL()
{window.location="mailto:" + document.emailbox.address.value + "?subject=Take a look at this. I found it on www.webwidget.co.uk" + " &body=" +document.emailbox.title.value+" "+ document.emailbox.url.value}

function onlyleftclick()
{if (event.button!=1) {alert('Copyright © 2004 Stock Software Ltd. All Rights Reserved.')}}document.onmousedown=onlyleftclick

function Droplisthandler()
{LinkURL = document.Dropdownlist.Thelist.options[document.Dropdownlist.Thelist.selectedIndex].value;NewWindow('',LinkURL,640,480,0,1);}

function addbookmark(){if(document.all)window.external.AddFavorite(bookmarkurl,bookmarktitle)}

