function popGuarantee(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=660,height=580'); self.name = "mainWin"; }

function autotab(original,destination)
{
	if (original.getAttribute&&original.value.length==original.getAttribute("maxlength")) destination.focus();
}
