
function bg_logo_m()
{
        // Assign the platform type to a Variable
var browser = navigator.appName.substr(0,3);
        // If statements testing for which platform
//     alert("the value of browser is:"+ browser)
  if (browser == "Net")
 {
    document.writeln(" ");
  }
  else
  {
     document.writeln("<style>");
    document.writeln("<!--");
    document.writeln("body {background-image:url(images/logos_10.jpg); background-position: 300px 200px; background-repeat: no-repeat; background-attachment: fixed}");
    document.writeln("-->");
    document.writeln("</style>");
  }
}


function openWindowPledge() {
leftPos=0
if (screen) {
	leftPos=screen.width-670
	}
WindowPledge = window.open('rvh_pledge.html', 'rvh', 'width=660,height=540,left='+leftPos+',top=0,resizable=0,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowPledge.focus()
					}
					
function openWindowNew(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-760
	}
NewWindow=window.open(URL,"myNewWindow", 'width=750,height=550,left='+leftPos+',top=0,resizable=1,scrollbars=1,location=1,status=0,toolbar=1,menubar=0,directories=0')
NewWindow.focus()
					}
					
function openWindowCounty(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-610
	}
newWindow=window.open(URL,"newWindow", 'width=620,height=720,left='+leftPos+',top=0,resizable=0,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
newWindow.focus()
					}
					
function openWindowImage(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-530
	}
WindowImage=window.open(URL,"image", 'width=520,height=620,left='+leftPos+',top=0,resizable=0,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowImage.focus()
					}
					
function openWindowEmail(URL) {
newWindow=window.open(URL,"myNewWindow",'width=400,height=400,left=100,top=100,resizable=0,scrollbars=1,location=0,status=0,toolbar=1,menubar=0,directories=0')
// newWindow.focus()
						}


