
	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"); 
	}		

