// JavaScript Document

function openWindow(ref) {
	
	window.open(ref, 'newWindow', 'menubar=yes, toolbar=yes, location=yes, resizable=yes, scrollbars=yes, status=yes, width=600, height=400');
	
}