// 2006.04.21 - J.Skemp: Moved scripts into external js for SEO attempt.
// originally in /asp/headerscript.asp
imagemapper = new Object();
imagemapper[0] = '_ki';
imagemapper[1] = '_be';
function turner(id,act) {
	if(document.images) document.images[id].src = eval( 'arrow' + act + '.src');
}
function buttonsUR(id,act) {
	if(document.images) document.images[id].src = eval( id + imagemapper[act] + '.src');
}
function smallwindow() {
self.name='basement'
PopupWindow = window.open('','Newwindow',config='height=200,width=600,scrollbars=yes,resizable=yes');
PopupWindow.focus();
PopupWindow.document.write('<strong>The page is loading... Please wait...<\/strong>');
PopupWindow.location.href='/sitemap/sitemap.asp'
}
function dictionary() {
self.name='basement'
Dictionary = window.open('','NewPopupWindow',config='height=250,width=350,scrollbars=yes,resizable=yes');
Dictionary.focus();
Dictionary.document.write('<strong>The page is loading... Please wait...<\/strong>');
Dictionary.location.href='/asp/dictionary.asp'
}
if (document.images) {
sitemapbutton_ki = new Image(57,27);
sitemapbutton_ki.src = '/art/sitemapbutton.gif';
sitemapbutton_be = new Image(57,27);
sitemapbutton_be.src = '/art/sitemapbuttonon.gif';

searchbutton_ki = new Image(58,27);
searchbutton_ki.src = '/art/searchbutton.gif';
searchbutton_be = new Image(58,27);
searchbutton_be.src = '/art/searchbuttonon.gif';

dictionarybutton_ki = new Image(120,31);
dictionarybutton_ki.src = '/art/dictionary.gif';
dictionarybutton_be = new Image(120,31);
dictionarybutton_be.src = '/art/dictionary-on.gif';

contactbutton_ki = new Image(57,26);
contactbutton_ki.src = '/art/contactbutton.gif';
contactbutton_be = new Image(57,26);
contactbutton_be.src = '/art/contactbuttonon.gif';

homebutton_ki = new Image(58,26);
homebutton_ki.src = '/art/homebutton.gif';
homebutton_be = new Image(58,26);
homebutton_be.src = '/art/homebuttonon.gif';
}