function openPDF(location){
		if(document.getElementById('SelectuserGuide').value!='')
		{
			aWindow=window.open("/"+location+document.getElementById('SelectuserGuide').value);
		}
}
function GetSAV(location){
		aWindow=window.open("/"+location+"Adresses_CAT.pdf");
}