// JavaScript Document

// button flip 

function hov(loc,cls){
   if(loc.className)
      loc.className=cls;
}


//  print image flip 

	Image1= new Image(25,33);
	Image1.src = "http://www.marleneborse.com/image/print.gif";
	Image2= new Image(25,33);
	Image2.src = "http://www.marleneborse.com/image/printh.gif";

function SwapOut() {
	document.imageflip.src = Image2.src; return true;
}
function SwapBack() {
	document.imageflip.src = Image1.src; return true;
}


function framebreakout()
{
  // Generated by thesitewizard Frame Breakout JavaScript Wizard 2.3.2.
  // Visit http://www.thesitewizard.com/ to get your own
  // frame breakout script FREE!
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}


function returnhome()
{
  // Generated by thesitewizard Frame Breakout JavaScript Wizard 2.3.2.
  // Visit http://www.thesitewizard.com/ to get your own
  // frame breakout script FREE!
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}



