function hover(img_name,img_src) {
	document[img_name].src=img_src;
}

function base(img_name,img_src) {
	document[img_name].src=img_src;
}

function popupImage(title, image, width, height) {
	var popupWindow = window.open('/popups/image.php?title=' + title + '&image=' + image, 'popup', 'width=' + width + ',height=' + height + ',scrollbars=no,resizable=no');
	if (!popupWindow) {
			alert("A popup window has been blocked. Please set preferences to allow popup windows from www.toohiplimoservice.com.");
		}
	popupWindow.focus();
}
