function media_window(URL) {
capture_media_window = window.open(URL,'capturewindow','menubar=0,toolbar=0,location=0,status=0,scrollbars=0,resizable=1,width=600,height=340,left=0,top=0');
if (window.focus) {
   capture_media_window.focus();
   }
}

function media_focus(){
if(window.focus){ capture_media_window.focus(); }

}

function switchto(name, on) {
if (document.images) {
    image = eval(name + (on == 1 ? "on.src" : "off.src"));
    if (image != "") {
        document[name].src = image;
    }
  }
}

if (document.images) {
lh_home_on = new Image(110,30);
lh_home_on.src = "/wales/capturewales/images/lh_nav/lh_home_on.gif";
lh_home_off = new Image(110,30);
lh_home_off.src = "/wales/capturewales/images/lh_nav/lh_home_off.gif";

lh_morestories_on = new Image(110,30);
lh_morestories_on.src = "/wales/capturewales/images/lh_nav/lh_morestories_on.gif";
lh_morestories_off = new Image(110,30);
lh_morestories_off.src = "/wales/capturewales/images/lh_nav/lh_morestories_off.gif";

lh_themes_on = new Image(110,30);
lh_themes_on.src = "/wales/capturewales/images/lh_nav/lh_themes_on.gif";
lh_themes_off = new Image(110,30);
lh_themes_off.src = "/wales/capturewales/images/lh_nav/lh_themes_off.gif";

lh_family_on = new Image(110,30);
lh_family_on.src = "/wales/capturewales/images/lh_nav/lh_family_on.gif";
lh_family_off = new Image(110,30);
lh_family_off.src = "/wales/capturewales/images/lh_nav/lh_family_off.gif";

lh_challenge_on = new Image(110,30);
lh_challenge_on.src = "/wales/capturewales/images/lh_nav/lh_challenge_on.gif";
lh_challenge_off = new Image(110,30);
lh_challenge_off.src = "/wales/capturewales/images/lh_nav/lh_challenge_off.gif";

lh_passion_on = new Image(110,30);
lh_passion_on.src = "/wales/capturewales/images/lh_nav/lh_passion_on.gif";
lh_passion_off = new Image(110,30);
lh_passion_off.src = "/wales/capturewales/images/lh_nav/lh_passion_off.gif";

lh_community_on = new Image(110,30);
lh_community_on.src = "/wales/capturewales/images/lh_nav/lh_community_on.gif";
lh_community_off = new Image(110,30);
lh_community_off.src = "/wales/capturewales/images/lh_nav/lh_community_off.gif";

lh_memory_on = new Image(110,30);
lh_memory_on.src = "/wales/capturewales/images/lh_nav/lh_memory_on.gif";
lh_memory_off = new Image(110,30);
lh_memory_off.src = "/wales/capturewales/images/lh_nav/lh_memory_off.gif";

lh_story_on = new Image(110,30);
lh_story_on.src = "/wales/capturewales/images/lh_nav/lh_story_on.gif";
lh_story_off = new Image(110,30);
lh_story_off.src = "/wales/capturewales/images/lh_nav/lh_story_off.gif";

lh_about_on = new Image(110,30);
lh_about_on.src = "/wales/capturewales/images/lh_nav/lh_about_on.gif";
lh_about_off = new Image(110,30);
lh_about_off.src = "/wales/capturewales/images/lh_nav/lh_about_off.gif";

lh_browse_on = new Image(110,30);
lh_browse_on.src = "/wales/capturewales/images/lh_nav/lh_browse_on.gif";
lh_browse_off = new Image(110,30);
lh_browse_off.src = "/wales/capturewales/images/lh_nav/lh_browse_off.gif";

lh_cipolwg_on = new Image(110,30);
lh_cipolwg_on.src = "/wales/capturewales/images/lh_nav/lh_cipolwg_on.gif";
lh_cipolwg_off = new Image(110,30);
lh_cipolwg_off.src = "/wales/capturewales/images/lh_nav/lh_cipolwg_off.gif";

lh_create_on = new Image(110,30);
lh_create_on.src = "/wales/capturewales/images/lh_nav/lh_create_on.gif";
lh_create_off = new Image(110,30);
lh_create_off.src = "/wales/capturewales/images/lh_nav/lh_create_off.gif";

}

