function two(pid){
	window.open(pid);
	return false;
}
