/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.15
   http://deluxe-menu.com
*/

var key="175b2173extg";

dw_init({
	//Common
	winID:"window1",
	content:"<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.",
	contentType:"text",
	title:"Window title",

	//Actions
	openAfter:"",
	onePerSession:0,

	onMouseOver:"link",
	onMouseOut:"",
	onClick:"",

	closeAfter:"",

	//Size and position
	width:250,
	height:150,
	vAlign:"top",
	hAlign:"center",

	fullscreen:1,
	minimizable:1,
	closable:1,
	resizable:1,

	//Appearance
	scrollbars:1,
	moveEffect:"left",
	fadeEffect:1,
	opacity:100,
	floatable:1,
	modal:1,
	skin:"windowsxp_blue",
	skinJS:"popup-window.files/jaw_skin_windowsxp_blue.js",
	skinCSS:"popup-window.files/jaw_skin_windowsxp_blue.css",
	skinFiles:["popup-window.files/border-00.gif",
		"popup-window.files/border-00-passive.gif",
		"popup-window.files/border-01.gif",
		"popup-window.files/border-01-passive.gif",
		"popup-window.files/border-02.gif",
		"popup-window.files/border-02-passive.gif",
		"popup-window.files/border-10.gif",
		"popup-window.files/border-10-passive.gif",
		"popup-window.files/border-12.gif",
		"popup-window.files/border-12-passive.gif",
		"popup-window.files/border-20.gif",
		"popup-window.files/border-20-passive.gif",
		"popup-window.files/border-21.gif",
		"popup-window.files/border-21-passive.gif",
		"popup-window.files/border-22.gif",
		"popup-window.files/border-22-passive.gif",
		"popup-window.files/bottom-bg.gif",
		"popup-window.files/close.gif",
		"popup-window.files/fullscreen.gif",
		"popup-window.files/jaw_skin_windowsxp_blue.css",
		"popup-window.files/jaw_skin_windowsxp_blue.js",
		"popup-window.files/min.gif",
		"popup-window.files/passivebuttons.gif",
		"popup-window.files/resizer.gif",
		"popup-window.files/restore.gif"]});
