/*
 * DO NOT REMOVE THIS NOTICE
 *
 * PROJECT:   Josiah Allen Real Estate Website
 * VERSION:   1.2
 * COPYRIGHT: (c) 2006 Forrest Snyder, Manchester Advertising
 * LINK:      http://www.manchesteradagency.com
 */

/*
 * POP UP WINDOW
 */
function popUp(URL) {
	pop = window.open(URL,"child","height=650,width=850,resizable=1,toolbar=1,scrollbars=1")
	pop.focus()
}


/*
 * IMAGE ROLLOVERS
 */
function loadImage(imageURL) {
	document.mainImage.src = imageURL;
	return true;
}

/*
 * MENU SCRIPT
 */
function Go(){
	return true;
}