function go(n){
	newlocation = "?OP="+n;
	top.window.document.location.href=newlocation ;
	op_flag=n;
	return true;
}

