if (parent.location != self.location){
parent.location = self.location.href
}

function viewTech(fid) {
 window.open("../tech.htm","techWin","toolbar=no,scrollbars=yes,location=no,width=500,height=400");
}

var key = new Array();
key['i'] = "../intro.htm";
key['b'] = "../bio/index.html";
key['t'] = "../pieces/index.html";
key['r'] = "../ressources/index.html";
key['s'] = "../shop.htm";
key['v'] = "../vous.htm";
key['p'] = "../design.htm";
key['a'] = "javascript:viewTech()";
key['m'] = "../contact.htm";
key['c'] = "../ressources/search.htm";

function getKey(keyStroke) {
isNetscape=(document.layers);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) window.location = key[i];
}
document.onkeypress = getKey;

function SelectGoNow1(Form){
        var i=Form.SelectGoList1.selectedIndex;
        var g=Form.SelectGoList1.options[i].value;
        parent.location=g;
}

function SelectGoNow2(Form){
        var i=Form.SelectGoList2.selectedIndex;
        var g=Form.SelectGoList2.options[i].value;
        parent.location=g;
}

function SelectGoNow3(Form){
        var i=Form.SelectGoList3.selectedIndex;
        var g=Form.SelectGoList3.options[i].value;
        parent.location=g;
}
