/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.2
   http://deluxe-menu.com
*/



	deluxePopupWindow.addSkin('skins/xp-windows.files/jaw_skin_windowsxp_blue');
	deluxePopupWindow.addEvent(window, function(){
		var win=deluxePopupWindow.make(
				'win1',
				'<div style=\"text-align:center;\"><b>Sample content</b></div>This is a simple HTML code for content. Here you may also set link to content page or ID of some element.',
				'Windows XP Blue Style',
				'width=250,height=110,scrollbars=no,resizable=yes,minimizable=yes,fullscreen=yes,closable=yes,bottom,center,move-effect=top,,opacity=1,floatable=yes',
				'windowsxp_blue',
				'text');
		deluxePopupWindow.attachToEvent(win,'openAfter=2,,,,,')
	}, 'load')



