function targetBlank (URL){
	window.open(URL);	
}
