function makeActive (obj) {
	document.getElementById('active').id='normal';
	obj.id='active';
}
function popup (what) {
	//alert(what);
	window.open('popup.php?p='+what,'_blank','height=300,width=400,location=0,menubar=0,toolbar=0,resizable=0,left=300,top=150');
}
