function r1_out() {
document.all("m1").style.display="none";
document.all("r1").style.display="none";
}
function r1_on() {
if (document.all(window.event.srcElement.id + "1").style.display=="none")
{
document.all(window.event.srcElement.id + "1").style.display="";
}
else
{
document.all(window.event.srcElement.id + "1").style.display="none";
}
}

function hidd() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
function menu() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
function add() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
function onColor(colm) {colm.style.backgroundColor='#fcfcfc';}
function offColor(colm) {colm.style.backgroundColor='';}
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=50
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}

function Open(theURL,width,height) {
  window.open(theURL,'_blank','status=no,scrollbars=yes,menubar=no,resizable=yes,location=no,width='+width+',height='+height+',top=50,left=100');
}
