function openIt(theurl) {
       chrome = "width=335," 
         + "height=502," 
         + "location=0," 
         + "menubar=0,"
         + "resizable=0,"
         + "scrollbars=0,"
         + "status=0," 
         + "titlebar=0,"
         + "toolbar=0,"
         + "hotkeys=0,"
         + "left=100,"
         + "top=20";
         x=window.open(theurl,'mypopup',chrome);
       x.focus();
	}

function openIt2(theurl) {
       chrome2 = "width=502," 
         + "height=335," 
         + "location=0," 
         + "menubar=0,"
         + "resizable=0,"
         + "scrollbars=0,"
         + "status=0," 
         + "titlebar=0,"
         + "toolbar=0,"
         + "hotkeys=0,"
         + "left=100,"
         + "top=20";
         x=window.open(theurl,'mypopup',chrome2);
       x.focus();
	}
	
function moveover1()
{
document.getElementById('img1').src="images/home_image1_f2.jpg"
}
function moveback1()
{
document.getElementById('img1').src="images/home_image1.jpg"
}
function moveover2()
{
document.getElementById('img2').src="images/home_image2_f2.jpg"
}
function moveback2()
{
document.getElementById('img2').src="images/home_image2.jpg"
}
function moveover3()
{
document.getElementById('img3').src="images/home_image3_f2.jpg"
}
function moveback3()
{
document.getElementById('img3').src="images/home_image3.jpg"
}
function moveover4()
{
document.getElementById('img4').src="images/home_image4_f2.jpg"
}
function moveback4()
{
document.getElementById('img4').src="images/home_image4.jpg"
}