At a glance I see that the syntax you're using for the window.open() method is incorrect at the end:
Code:
menu1[1]='<a href="http://ymcajags.com" onClick="popup = window.open('http://ymcajags.com','PopupPage','height=600, width=850, scrollbars=yes, resizable=no, status=yes, toolbar=yes, menubar=yes, location=yes, screenX=0, left=0, screenY=0, top=0'); return false" target="_blank">Jaguar Football & Cheerleading</a>'
So there should be no individual quotes surrounding each window attribute (ie: location=yes).
Yep, DIV tags should work just as well, since it's a container element with a definable "width".
Bookmarks