
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


var MenuBar1;


Spry.Utils.addLoadListener(function() {
	Spry.$$("#a1").addEventListener('click', function(e){ MM_openBrWindow('http://kenwhitaker.wordpress.com/','myBlog','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1015,height=600') }, false);

MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});


});

