// JavaScript Document

function cm(URL,HASH) {
	eval("top.iframe.location='dhtml/"+URL+"'");
	eval("top.menuframe.location='dhtml/class_list.php?hash="+HASH+"'");
}

function cs(URL,HASH) {
	eval("top.iframe.location='"+URL+"'");
	eval("top.menuframe.location='class_list.php?hash="+HASH+"'");
}