//SCRIPT WRITTEN FOR REALM OF FORTS.  DO NOT USE ON OTHER SITES WITHOUT KEEPING THE FOLLOWING COMMENTS:
/**
 *  Script written by Atp for www.realmofforts.com
 *  Do not modify this script or remove any comments.
 */
function navover(name){
document.getElementById(name).src="/images/nav"+name+"_d.gif";
}

function navout(name){
document.getElementById(name).src="/images/nav"+name+".gif";
}