window.location="index.php"  if (document.images) {  n_home_on = new Image(77 ,23); n_home_on.src = "images/n_home_o.gif";  n_home_off = new Image(77 ,23); n_home_off.src = "images/n_home.gif";  n_music_on = new Image(85 ,23); n_music_on.src = "images/n_music_o.gif";  n_music_off = new Image(85 ,23); n_music_off.src = "images/n_music.gif";  n_mailing_on = new Image(133 ,23); n_mailing_on.src = "images/n_mailing_o.gif";  n_mailing_off = new Image(133 ,23); n_mailing_off.src = "images/n_mailing.gif";  n_photos_on = new Image(91 ,23); n_photos_on.src = "images/n_photos_o.gif";  n_photos_off = new Image(91 ,23); n_photos_off.src = "images/n_photos.gif";  n_press_on = new Image(83 ,23); n_press_on.src = "images/n_press_o.gif";  n_press_off = new Image(83 ,23); n_press_off.src = "images/n_press.gif";  n_band_on = new Image(79 ,23); n_band_on.src = "images/n_band_o.gif";  n_band_off = new Image(79 ,23); n_band_off.src = "images/n_band.gif";  n_contact_on = new Image(97 ,23); n_contact_on.src = "images/n_contact_o.gif";  n_contact_off = new Image(97 ,23); n_contact_off.src = "images/n_contact.gif";  }function imgOn(imgName) {        if (document.images) {		document[imgName].src = eval(imgName + "_on.src");        }}function imgOff(imgName) {        if (document.images) {		document[imgName].src = eval(imgName + "_off.src");        }}// pop-up windowfunction popMe(url, width, height) {    var Win = window.open(url,"popMe",'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=auto,menubar=no' );}// pop-up windowfunction popCD(url, width, height) {    var Win = window.open(url,"popCD",'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=auto,menubar=yes,status=yes' );}