// JavaScript Document
function openPopup(width, height, location) {
	window.open(location, "docfocus","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");
}
