function pop_custom(str,width,height)
{
	custom = window.open(str,"custom","location=0,toolbar=0,left=2,top=103,menubar=1,scrollbars=1,resizable=1,width=" + width + ",height=" + height);
	custom.focus();
}
