function set_cam1_choice(choiser){

var
ch = choiser.options[choiser.selectedIndex].value;
objSel = document.set_form.cam1_ok;

if (ch == 'all') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=all'; }
if (ch == 'g') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=g'; }
if (ch == 'b') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=b'; }
if (ch == 'l') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=l'; }
if (ch == 'z') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=z'; }
if (ch == 't') { window.frames['iframe_1'].location = '/cam1/go_n.php?kam_flag=t'; }

objSel.options[0].selected=true;

}

function set_cam5_choice(choiser){

var
ch = choiser.options[choiser.selectedIndex].value;
objSel = document.set_form.cam5_ok;

if (ch == 'all') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=all'; }
if (ch == 'g') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=g'; }
if (ch == 'b') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=b'; }
if (ch == 'l') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=l'; }
if (ch == 'z') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=z'; }
if (ch == 'c') { window.frames['iframe_5'].location = '/cam5/go_n.php?kam_flag=c'; }

objSel.options[0].selected=true;

}

function set_cam2_choice(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 'g') { window.frames['iframe_2'].location = '/cam2/go_n.php?kam_flag=g'; }

}

function set_cam3_choice(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 'g') { window.frames['iframe_3'].location = '/cam3/go_n.php?kam_flag=g'; }

}

function set_cam4_choice(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 'all') { window.frames['iframe_4'].location = '/cam4/go_n.php?kam_flag=all'; }

}

function set_cam6_choice(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 'g') { window.frames['iframe_6'].location = '/cam6/go_n.php?kam_flag=g'; }

}

function set_cam7_choice(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 'b') { window.frames['iframe_7'].location = '/cam7/go_n.php?kam_flag=b'; }

}

function set_cam1_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_1.height = 0; }

if (ch == 1) { window.frames['iframe_1'].location.reload(); }

}

function set_cam2_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_2.height = 0; }

if (ch == 1) { window.frames['iframe_2'].location = '/cam2/go_n.php?kam_flag='; }

}

function set_cam3_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_3.height = 0; }

if (ch == 1) { window.frames['iframe_3'].location = '/cam3/go_n.php?kam_flag='; }

}

function set_cam4_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_4.height = 0; }

if (ch == 1) { window.frames['iframe_4'].location.reload(); }

}

function set_cam5_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_5.height = 0; }

if (ch == 1) { window.frames['iframe_5'].location.reload(); }

}

function set_cam6_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_6.height = 0; }

if (ch == 1) { window.frames['iframe_6'].location = '/cam6/go_n.php?kam_flag='; }

}

function set_cam7_ok(choiser){

var ch = choiser.options[choiser.selectedIndex].value;

if (ch == 0) { document.all.iframe_7.height = 0; }

if (ch == 1) { window.frames['iframe_7'].location = '/cam7/go_n.php?kam_flag='; }

}
