// JavaScript Document
function turnPape(url){
	if(url!=""){
		window.open(url);	
	}
}