function openWin(htmlFile,sizeX,sizeY){
	var newWindow =  window.open(htmlFile,'file','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width='+sizeX+',height='+sizeY);
}