p1on        = new Image();        p1on.src                = "../bildes/p1_a.gif";
p1off       = new Image();        p1off.src               = "../bildes/p1.gif";
p2on        = new Image();        p2on.src                = "../bildes/p2_a.gif";
p2off       = new Image();        p2off.src               = "../bildes/p2.gif";
p3on        = new Image();        p3on.src                = "../bildes/p3_a.gif";
p3off       = new Image();        p3off.src               = "../bildes/p3.gif";
p4on        = new Image();        p4on.src                = "../bildes/p4_a_overonly.gif";
p4off       = new Image();        p4off.src               = "../bildes/p4.gif";
p5on        = new Image();        p5on.src                = "../bildes/p5_a.gif";
p5off       = new Image();        p5off.src               = "../bildes/p5.gif";
p6on        = new Image();        p6on.src                = "../bildes/p6_a.gif";
p6off       = new Image();        p6off.src               = "../bildes/p6.gif";
p7on        = new Image();        p7on.src                = "../bildes/p7_a.gif";
p7off       = new Image();        p7off.src               = "../bildes/p7.gif";
p8on        = new Image();        p8on.src                = "../bildes/p8_a.gif";
p8off       = new Image();        p8off.src               = "../bildes/p8.gif";

p4_sub_1_n_on        = new Image();        p4_sub_1_n_on.src                = "../bildes/p4_sub_1_n_a.gif";
p4_sub_1_n_off       = new Image();        p4_sub_1_n_off.src               = "../bildes/p4_sub_1_n.gif";
p4_sub_2_n_on        = new Image();        p4_sub_2_n_on.src                = "../bildes/p4_sub_2_n_a.gif";
p4_sub_2_n_off       = new Image();        p4_sub_2_n_off.src               = "../bildes/p4_sub_2_n.gif";
p4_sub_3_n_on        = new Image();        p4_sub_3_n_on.src                = "../bildes/p4_sub_3_n_a.gif";
p4_sub_3_n_off       = new Image();        p4_sub_3_n_off.src               = "../bildes/p4_sub_3_n.gif";
p4_sub_4_n_on        = new Image();        p4_sub_4_n_on.src                = "../bildes/p4_sub_4_n_a.gif";
p4_sub_4_n_off       = new Image();        p4_sub_4_n_off.src               = "../bildes/p4_sub_4_n.gif";
p4_sub_5_n_on        = new Image();        p4_sub_5_n_on.src                = "../bildes/p4_sub_5_n_a.gif";
p4_sub_5_n_off       = new Image();        p4_sub_5_n_off.src               = "../bildes/p4_sub_5_n.gif";
p4_sub_6_n_on        = new Image();        p4_sub_6_n_on.src                = "../bildes/p4_sub_6_n_a.gif";
p4_sub_6_n_off       = new Image();        p4_sub_6_n_off.src               = "../bildes/p4_sub_6_n.gif";

p4_sub_1_a_on        = new Image();        p4_sub_1_a_on.src                = "../bildes/p4_sub_1_a.gif";
p4_sub_1_a_off       = new Image();        p4_sub_1_a_off.src               = "../bildes/p4_sub_1.gif";
p4_sub_2_a_on        = new Image();        p4_sub_2_a_on.src                = "../bildes/p4_sub_2_a.gif";
p4_sub_2_a_off       = new Image();        p4_sub_2_a_off.src               = "../bildes/p4_sub_2.gif";
p4_sub_3_a_on        = new Image();        p4_sub_3_a_on.src                = "../bildes/p4_sub_3_a.gif";
p4_sub_3_a_off       = new Image();        p4_sub_3_a_off.src               = "../bildes/p4_sub_3.gif";
p4_sub_4_a_on        = new Image();        p4_sub_4_a_on.src                = "../bildes/p4_sub_4_a.gif";
p4_sub_4_a_off       = new Image();        p4_sub_4_a_off.src               = "../bildes/p4_sub_4.gif";
p4_sub_5_a_on        = new Image();        p4_sub_5_a_on.src                = "../bildes/p4_sub_5_a.gif";
p4_sub_5_a_off       = new Image();        p4_sub_5_a_off.src               = "../bildes/p4_sub_5.gif";
p4_sub_6_a_on        = new Image();        p4_sub_6_a_on.src                = "../bildes/p4_sub_6_a.gif";
p4_sub_6_a_off       = new Image();        p4_sub_6_a_off.src               = "../bildes/p4_sub_6.gif";


function on(nos) {
        if (document.images) {
        document[nos].src = eval(nos + "on.src"); } }

function off(nos) {
        if (document.images) {
        document[nos].src = eval(nos + "off.src");} }

function bilde(str,h,w) {
logs = window.open(str,'dat','scrollbars=no,resizable=no, width='+w+',height='+h+',status=no,location=no,toolbar=no');
logs.moveTo(60,60);
}