<!--

function over_bar(st) {
	st.style.backgroundColor = '#FFFFE0';
	st.style.cursor='hand';	
}

function out_bar(st){
	st.style.backgroundColor = '#E6FFCF';
}

function read_one(a_id,page,sbj_id,ord_id,srch_str) {
	self.location='read.php?t_id='+ a_id+'&page='+page+'&sbj_id='+sbj_id+'&ord_id='+ord_id+'&srch_str='+srch_str;
}

function open_win(url,ws,hs) {
	window.open (url,'','menubar=no, scrollbars=yes, statusbar=no, directories=no, height='+hs+', width='+ws+', resizable=yes');
}

//-->
