function openPop(htmlFile,sizeX,sizeY){
	jpopWindow01 =  window.open(htmlFile,'jpopWindow01','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width='+sizeX+',height='+sizeY);
	jpopWindow01.focus();
}
