function openwin(url, name, specs) {
	var popup = window.open(url, name, specs);
}

function openmixer(root) {
	if (root == 0) {
		openwin('../mixer/index.html','mixer','width=791,height=586');
	} else {
		openwin('mixer/index.html','mixer','width=791,height=586');
	}
}
