
function wo(path, width, height)
{
	window.open(path,'caption','toolbar=0,resizable=0,location=0,scrollbars=0,status=0,menubar=0,width='+width+',height='+height+',left=200, top=110');
}

