<!-- Begin
top.window.moveTo(0,0);
if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); }
else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth;}}
//all form element- © www.businessbook.com.au
function lnkfind(lin, lk){
if (lin==1) { myform.action=lk+'businesses/find/atoz.php'; }
if (lin==2) { myform.action=lk+'businesses/find/classic.php'; }
if (lin==3) { myform.action=lk+'businesses/find/index.php'; }
if (lin==4) { myform.action=lk+'businesses/find/states.php'; }
if (lin==5) { myform.action=lk+'businesses/find/typeofbusiness.php'; }
myform.submit();
}
//  End -->