
	function launch(newURL, newName, newFeatures)
	{
		var remote = open(newURL, newName, newFeatures);
		if (remote.opener == null)
			remote.opener = window;
		return remote;
	}

	
	function PopUpDC(AppWindow)
	{
		var AppWindowContent = (AppWindow);
		launch('http://www.wayne-dalton.com/dsc2/index.html',"View_AppWindow_Content","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=1006,height=667","myWindow"); 
	}
	
	
	function PopUpWindloadMap(AppWindow)
	{
		var AppWindowContent = (AppWindow);
		launch('windload_regional-map.html',"View_AppWindow_Content","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=600,height=570","myMapWindow"); 
	}
	
	
	function PopUpWindDamage(AppWindow)
	{
		var AppWindowContent = (AppWindow);
		launch('windload_hurricane-damage.html',"View_AppWindow_Content","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=600,height=490","myDiagramWindow"); 
	}
	

