
//swap image and restore
function swapImage (el, image){
	$(el).attr("src",image)	
}


var thisBKG =  location.search.substring(1);

if (location.search.substring(1) == null)
	{
	thisBKG = "bkg_form.jpg";
	}

function closeAndSwap (what){
	
parent.openDiv(what)
//setTimeout ('window.history.go(-1);', 4000);
	
	
}
