function openQt(id, type) {
	window.open('qt.php?'+type+'='+id, 'qt', 'width=600px, height=440px');
	return true;
}