Opening a Pop Up Window in Flash&XML template

I’m using a flash and XML template for a website that I am creating. The site is completely flash based and I have an XML in which I use to control the flash menu (adding/removing tabs etc). Currently, when you click a tab from the menu, my text will show up on the same window which is what I want for most of my website. BUT How can I make it so that when they click one of the menu tabs, it opens up a new pop up window with the URL. For example, I have a store set up at www.ohmanclothing.com/store. I want to click the “shop” tab on my main website menu and have a pop up window redirect me to www.ohmanclothing.com/store

I’m not sure whether the problem is fixable in the Flash or the XML. Either or, can somebody help me? I will post the XML code down below.

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
	<mainmenu>
		<title><![CDATA[ABOUT <font color="#fce122">OH MAN!<7font>]]></title>
		<content_menu><![CDATA[Oh Man!: "An expression used to convey the instinctive reaction to a stimulus, be it a physical object or an abstract thought." When you walk into the scene, you aren't afraid of being in the spotlight and getting everybody's attention. Whether you're a trendsetter, a jet-setter, or uncategorized, you know that your outfit is just as important as anything else in your presentation. <br>
Oh Man! Clothing looks to act upon the next generation of fashion forward consumers that aren't afraid to look and feel good. When our customers wear our gear, we want them and others to think "Oh Man!"]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[SHOP]]></title>
		<content_menu><![CDATA[---]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[BLOG]]></title>
		<content_menu><![CDATA[---]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[LOOK BOOK]]></title>
		<content_menu><![CDATA[elite_xml_imagegallery.swf]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[PRESS]]></title>
		<content_menu><![CDATA[xmlNews.swf]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[NEWSLETTER]]></title>
		<content_menu><![CDATA[---]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[LINKS]]></title>
		<content_menu><![CDATA[
<font color="#fce122" size="14"><a href="http://www.facebook.com/ohmanclothing" target="_blank">Facebook Fanpage</a></font><br>Join us on Facebook and get access to exclusive pre-order sales,  updates, and material only posted on our fanpage.
<font color="#fce122" size="14"><a href="http://www.myspace.com/ohmanclothing" target="_blank">Myspace</a></font><br>
<font color="#fce122" size="14"><a href="http://www.ohmanclothing.com/blog" target="_blank">Blog</a></font><br>
<font color="#fce122" size="14"><a href="http://www.twitter.com/ohmanclothing">Twitter</a></font><br>
]]></content_menu>
	</mainmenu>
	
	<mainmenu>
		<title><![CDATA[CONTACT US]]></title>
		<content_menu><![CDATA[contact.swf]]></content_menu>
	</mainmenu>
	
	
</xml>