function question (url, name, width, height) {
	window.name = 'Main';
	tearWin=window.open(url, name, 'personalbar=no,toolbar=no,status=no,scrollbars=no,resizable=no,menubar=no,width=' + width + ',height=' + height);
}