
function ChgLocation(i){
	window.location=i;
	//alert(i);
}

