function popup(){var u,h=0,w=0,p='',a=popup.arguments;for(i=0;i<a.length;++i){if(i==0)u=a[i];if(i==1)w=parseInt(a[i]);if(i==2)h=parseInt(a[i]);if(i==3)p=a[i];}if(p.length==0)p='scrollbars=yes,resizeable=yes';if(h>0)p='width='+w+',height='+h+','+p;var w=window.open(u,'',p);(w)?w.focus():alert('Doh! A popup blocker may have blocked access to the page you requested. Try disabling the popup blocker for this site to enable the requested functionality.');return false;}