// JavaScript Document
function init() {
	if(document.f && document.f.process) document.f.process.value = "1";
}
	
function setOver(target){	
	document.getElementById(target).className = "bottom_shadow_vis";
}
function setOut(target){
	document.getElementById(target).className = "bottom_shadow";
}
function changeImg(obj, img) {
	obj.src = img;
}

function getLocation(url) {
	document.location = url;
}

	