// JavaScript Document
function myPrompt(site){
ans=prompt("Please enter SPMF password: ('Page cannot be displayed' message indicates incorrect password)","")
if (ans){
	location.href = 'LinkedDocuments/' + ans + '/'  + site
	}
else {
	alert("You must enter a password to view this document.")
	}
}

function newWindow(dirImg) {
dirWin = window.open(dirImg, "direction", "width=500,height=390");
dirWin.focus()
}