function goto(URL)       {location.href=(URL + ".html");}
function gotopos(URL,pos)   {location.href=(URL + ".html#" + pos)}


function logoOver(){document.getElementById('imgLogo').style.background = '#6F6F6F'; }
function logoOut() {document.getElementById('imgLogo').style.background = 'transparent'; }

function picOver(){document.getElementById('imgLogo').style.backgroundimage = '../images/dfdesign_W.png'; }
function picOut() {document.getElementById('imgLogo').style.backgroundimage = '../images/dfdesign_W.png'; }


function popup(URL) {
w = window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=100");
}

