
function popup(file, height, width)
{
	window.open(file, 'config', 'height=' + height + ',width=' + width + ',toolbar=no,scrollbars=yes,left=300,top=220');
}



