/* JavaScript Document */
/* Copyright © 2010 Spook Creative, all rights reserved */
/* Author: Michael Ford */

function linkRoll(which){
	document.getElementById(which).className = "link_roll";
}

function linkNormal(which){
	document.getElementById(which).className = "link_normal";
}
