0
It should be:
function tip(input,section) {
if (section == "mypop") {
tooltip.pop(input, 'Some text',
{sticky:false,position:2, cssClass:"advtip", hideDelay:1000, maxWidth:320});
}
}