
function openWindow(urlPath,widthValue,heightValue) { 
	
	popupWin = window.open(urlPath,'ozplannerPopup','toolbar=0,location=0,menubar=0,resizable=0,scrollbars=1,width=' + widthValue + ',height=' + heightValue +',left=40,top=57');
}
