/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.2
   http://deluxe-menu.com
*/



	deluxePopupWindow.addSkin('skins/mac-os.files/jaw_skin_macos');
	deluxePopupWindow.addEvent(window, function(){
		var win=deluxePopupWindow.make(
				'win4',
				'<table class="setupTable" border="0" cellpadding="4" cellspacing="2">\n<tbody><tr class="mainText">\n  <td>\n\n1. Paste the following code into a <i>&lt;head&gt;</i> tag of your page:<br><br>\n\n<span class="hlText">\n&lt;!-- Deluxe Menu --&gt;<br>\n&lt;noscript&gt;&lt;a href="http://deluxepopupwindow.com"&gt;Javascript Popup Window by DeluxePopupWindow.com&lt;/a&gt;&lt;/noscript&gt;<br>\n&lt;script type="text/javascript"&gt;var dmWorkPath = "<span class="hlText2">default_scripts/</span>";&lt;/script&gt;<br>\n&lt;script type="text/javascript" src="<span class="hlText2">default_scripts/dpopupwindow.js</span>"&gt;&lt;/script&gt;<br>\n\n&lt;!-- (c) 2007, http://deluxe-menu.com --&gt;\n</span>\n\n<br><br>\n\n2. Paste the following code inside your &lt;BODY&gt; tag:<br><br>\n\n<span class="hlText">\n&lt;script type=&quot;text/javascript&quot; src=&quot;data-deluxe-popup-window.js&quot;&gt;&lt;/script&gt;\n</span>\n<br><br><br>\nWhere <span class="hlText2">data-deluxe-popup-window.js</span> file is the file with popup window parameters.\n\n\n<br><br>\n\n </td>\n</tr>\n</tbody></table>',
				'MAC OS Style   &nbsp; &nbsp; &nbsp; &nbsp; ',
				'width=400,height=300,scrollbars=no,resizable=yes,minimizable=yes,fullscreen=yes,closable=yes,middle,center,move-effect=middle,,opacity=1,floatable=yes',
				'macos',
				'text');
		deluxePopupWindow.attachToEvent(win,'openAfter=4,,,,,')
	}, 'load')



