// JavaScript Document
/*
function expand(linkID) {
	origContent = document.getElementByID(linkID);
	content = origContent.'';
}
*/
