function changeCat(catID){
	location='default.asp?cat=' + catID
}
function popitup2(url) {
	newwindow=window.open(url,'news','height=550,width=400');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitup(url) {
	var newwindow = window.open(url,'PopUp2','height=550,width=400');
}
