function pop_up(url,width,height,size,scroll) {
newWin = window.open(url, "pop", "width="+ width +",height="+ height +",toolbar=no,menubar=no,location=no,scrollbars="+ scroll +",resizable="+ size +"");
newWin.focus();}
function l_mn(_this){
	document.getElementById(_this).className='l_mn_hover';
}
function l_mn_out(_this){
	document.getElementById(_this).className='l_mn_item';
}
function l_mn_sub(_this){
	document.getElementById(_this).className='l_mn_hover_sub';
}
function l_mn_out_sub(_this){
	document.getElementById(_this).className='l_mn_item_sub';
}
