function folder() {
	window.open(
		'?cmd=folder',
		'flyer',
		'status=false, scrollbars=no, resizable=yes,width=314,height=450'
	);
}

function tip( id, origin ) {
	window.open(
		'?cmd=tip&pid=' + id + origin,
		'tip',
		'status=false, scrollbars=yes, resizable=yes,width=328,height=658'
	);
}
