<!--
var b_version= parseInt(navigator.appVersion);
var b_type = navigator.appName;
if (b_type == "Microsoft Internet Explorer" && (b_version >= 4)) {
document.write("<link REL='stylesheet' HREF='/rbm/ie.css' TYPE='text/css'>");
} 
else if (b_type == "Netscape" && (b_version >= 5)) {
document.write("<link REL='stylesheet' HREF='/rbm/nn6.css' TYPE='text/css'>");
}
else if (b_type == "Netscape" && (b_version = 4)) {
document.write("<link REL='stylesheet' HREF='/rbm/nn4.css' TYPE='text/css'>");
}
else {
document.write("<style type='text/css'>");
document.write("body { font-family: sans-serif; font-size:40%; color:#000000; }");
document.write("a:link { font-family: sans-serif; font-size: 40%; color:#ffffff; }");
document.write("a:visited { font-family: sans-serif; font-size:40%; color:#ffffff; }");
document.write("</style>");
}


function submitForm(frm,handler,type)
{
//window.document.forms[frm].elements['hidWhichType'].value=type;
window.document.forms[frm].action=handler;
window.document.forms[frm].method="post";
window.document.forms[frm].submit;
}

function winPop(win, vWidth, vHeight) 
{      
var newWin = open(win,"newWin","width=" + vWidth + ",height=" + vHeight + ",scrollbars=1,resizable=1,toolbar=0,menubar=0,left=100,top=0");
}
//-->

