entryWindow=false;
function showEntry(url, width, height) {
	if(entryWindow){
		entryWindow.close();
	}
	entryWindow = window.open(url,"entryWindow","width="+width+",height="+height+",toolbar=no");
}
