function pop(file,width,height){
	helpwindow = window.open(file,"pophelp","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+",top=150,left=100");
	helpwindow.focus();
	return false;
}

