
function changeClass( obj, new_style ) {
	obj.className = new_style
}

function openWindow( new_url ) {
	window.open( new_url,'','scrollbars=yes,resizable=yes,width=650,height=520')
}




