function jumppage(where){
	if(where != "-1"){
		parent.location.href=where;
	}
}