// B-FIT javascript pop-up control - by Sarah Jones

// ANOTHER GREAT WEBWIZARDS SITE DESIGN !!

//  visit HTTP://WWW.WEBWIZARDS.ORG.UK

//this opens external links in a small window
function external(page) {
OpenWin = this.open(page, "CtrlWindow","width=400,height=400,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no");
}

//this opens internal links in a small window
function internal(page) {
OpenWin = this.open(page, "CtrlWindow","width=450,height=600,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no");
}




