function cl(n){
	document.location.href=n;
}

function clpopup(n){
	window.open(n,"","width=750,height=420,scrollbars=1,toolbar=1");
}