var aristotle = null;
function popWindow(title, contentfile, width, height) {
	var loc1 = (contentfile.substring(0,1)=='.'?'../':'');
	aristotle = window.open(loc1+"home/popup_page_varisized.php?t="+title+"&e="+contentfile+".php&w="+width+"&h="+height, "popupTypeA" , "width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
	if (aristotle != null) {
		if (aristotle.opener == null) {
			aristotle.opener = self;
		}
	}
}



var plato = null;
function popAnswer(qdate) {
	plato = window.open("popup_page_qt.php?qdate="+qdate, "popupTypeB" , "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=340");
	if (plato != null) {
		if (plato.opener == null) {
			plato.opener = self;
		}
	}
}

// &description="+description
