function show_logoeditor(sample){
	window.open('/logo/?example=' + sample, 'logoeditor', 'width=820,height=620,menubar=no,toolbar=no,resizable=no,scrollbar=no,status=no');
	return false;
}	