/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.2
   http://deluxe-menu.com
*/



	deluxePopupWindow.addSkin('skins/vista-graphite.files/jaw_skin_windowsvista_graphite');
	deluxePopupWindow.addEvent(window, function(){
		var win=deluxePopupWindow.make(
				'window1',
				'<DIV style=\"font: normal 14px Trebuchet MS, Tahoma; color: #5C5C5C;text-align: center;padding-top: 5px;padding-bottom: 0px;\">Use Deluxe Popup window Tuner to easily create and add javascript onclick popup windows to your site!<br><br><img src="images/popup-windows.jpg"></DIV>',
				'Deluxe Popup Window',
				'width=482,height=385,scrollbars=no,resizable=yes,minimizable=yes,fullscreen=yes,closable=yes,middle,center,,fade-effect,opacity=1,floatable=no',
				'windowsvista_graphite',
				'text');
		deluxePopupWindow.attachToEvent(win,'openAfter=1,,,,,')
	}, 'load')




