//opens a link in a new informational window, currently used for legal and privacy notices 
function infoW(href) {
	window.open(href,"Viewer","width=600,height=400,screenX=300,screenY=400,dependent,scrollbars,resizable,menubar")
}

