﻿/*
 * popupwindow_config.js
 *
 *
 */

var profiles = {

	help: {
		width:500,
		height:350,
		toolbar:0,
		scrollbars:1,
		status:1,
		resizable:1,
		top:50,
		left:50
	},

	window200: {
		height:200,
		width:200,
		status:1,
		resizable:0
	}

};

$(function(){

	$(".popupwindow").popupwindow(profiles);

});
