

	INFOGROUP.window1 = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Contact Information","InformationPanel","govbutton_Information","click");
		}
	}

	INFOGROUP.calendarW = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Calendar","CalendarPanel","govbutton_Calendar","click");
		}
	}



	INFOGROUP.eventttitlesW = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			var rollerlist = new Array(42);

			for ( var i = 0; i < 42; i++ ) {
				rollerlist[i] = "c" + (i + 1);
			}


			quickPopup(this,"short list","eventttitles",rollerlist,"mouseover");
		}
	}




	INFOGROUP.eventdescriberW = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Event Information","eventdescriber",null,"click");
		}
	}



	////////////////////////////////////////////////////////////////////////////////
	////   
	INFOGROUP.topic1_1W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"home","topic1_1","govbutton_topic1_1","click");
		}
	}
	////   
	INFOGROUP.topic1_2W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"business","topic1_2","govbutton_topic1_2","click");
		}
	}
	////   
	INFOGROUP.topic1_3W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"cars","topic1_3","govbutton_topic1_3","click");
		}
	}

	////////////////////////////////////////////////////////////////////////////////
	////   
	INFOGROUP.topic2_1W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"local government websites","topic2_1","govbutton_topic2_1","click");
		}
	}
	////   
	INFOGROUP.topic2_2W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"utility websites","topic2_2","govbutton_topic2_2","click");
		}
	}



	////   
	INFOGROUP.topic3_1W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			OAT.Dom.attach($("govbutton_topic3_1"),"click",function() { resetbutton(3); } );
			universalWindow(this,"state websites","topic3_1","govbutton_topic3_1","click");
		}
	}
	////   
	INFOGROUP.topic3_2W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"federal websites","topic3_2","govbutton_topic3_2","click");
		}
	}	


	////   
	INFOGROUP.topic4_1W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"renewable energy","topic4_1","govbutton_topic4_1","click");
		}
	}


	INFOGROUP.topic4_2W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"water issues","topic4_2","govbutton_topic4_2","click");
		}
	}


	INFOGROUP.topic4_3W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"automotion issues","topic4_3","govbutton_topic4_3","click");
		}
	}


	INFOGROUP.topic4_4W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"energy storage issues","topic4_4","govbutton_topic4_4","click");
		}
	}



	////////////////////////////////////////////////////////////////////////////////
	////   
	INFOGROUP.topic6_1W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Rebate Programs: Home","topic6_1","govbutton_topic6_1","click");
		}
	}
	////   
	INFOGROUP.topic6_2W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Rebate Programs: Business","topic6_2","govbutton_topic6_2","click");
		}
	}
	////   
	INFOGROUP.topic6_3W = {
		needs:["window"],
		wind: null,
		save_width: 0,
		app_action: null,
		cb:function() {
			universalWindow(this,"Rebate Programs: Water","topic6_3","govbutton_topic6_3","click");
		}
	}


