function SHOW(path,target){
	window.open(path,target);
}

