function GoToPdf(){
	var s =	window.location.href;
	var s2 = s.substring(0,s.lastIndexOf("/"))+"/pdf/"+s.substring(s.lastIndexOf("/")+1,s.length-3)+"pdf";
//	alert(s2);
	window.open(s2,"blank","width=,height=");
}
