function jump(frame, target) { 
  
	parent.frames[frame].location.href=target;
}