// Popup Window Parameters
// 
// Notes:
// *) URL should be relative to html page this script is included in, 
// 	NOT neccessarily the location of this script.

var gPopupParams = {
	contact:{
		url:		"../contact",
		name:	"contact",
		features:	"scrollbars=no,width=600,height=300"
	},
	news:{
		url:		"../news",
		name:	"news",
		features:	"scrollbars=yes,width=265,height=420,resizable=1"
	},
	reel:{
		url:		"../reel",
		name:	"reel",
		features:	"scrollbars=no,width=700,height=540,resizable=1"
	},
	winpop:{
		url:		"../winpop",
		name:	"winpop",
		features:	"scrollbars=no,width=350,height=310"
	},
	workpop:{
		name:	"workpop",
		features: "scrollbars=no,width=580,height=400"
	}
};

