<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://danube.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Danube - ScrumWorks Basic - Contact Us - Comments</title>
 <link>http://danube.com/scrumworks/basic/contact</link>
 <description>Comments for &quot;ScrumWorks Basic - Contact Us&quot;</description>
 <language>en</language>
<item>
 <title>ScrumWorks Basic - Contact Us</title>
 <link>http://danube.com/scrumworks/basic/contact</link>
 <description>&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
 	/** Form Submission Checks **/
 	function checkValidity()
	{
		var theForm = document.getElementById( &#039;dform&#039; );
		var inputFields = theForm.elements;
		var formCheck = 1;
		var originalStyles = new Array(inputFields.length);
		var errorStyle = &quot;-error&quot;;
	
		for (var i = 0; i &lt; inputFields.length; i++) 
		{
			// Check for non required fields, unelegant but it works
			if( (inputFields[i].name != &quot;build&quot;) &amp;&amp; (inputFields[i].name != &quot;description&quot; ) &amp;&amp; (inputFields[i].name != &quot;referrer&quot; ) &amp;&amp; (inputFields[i].type != &quot;hidden&quot; ) )
			{
				if( (inputFields[i].value.length == 0) || (inputFields[i].value == null) )
				{
					if( inputFields[i].className.substr((inputFields[i].className.length-errorStyle.length)) != errorStyle )
						inputFields[i].className = inputFields[i].className+errorStyle;
						
					formCheck = 0;
				}
				
				// Clear last errors that were corrected
				else if( inputFields[i].className.substr((inputFields[i].className.length-errorStyle.length)) == errorStyle )
					inputFields[i].className = inputFields[i].className.substring( 0, (inputFields[i].className.length-errorStyle.length) );
			}
		}
		
		if( !formCheck )
		{
			alert( &quot;Please fill in the required fields before submitting your request.&quot; );
			return false;
		}
	}
		/** END Form Submission Checks **/
--&gt;
&lt;/script&gt;

	
&lt;div class=&quot;content-box&quot;&gt;
	&lt;div class=&quot;content-box-header&quot;&gt;
		Contact Us
	&lt;/div&gt;
	&lt;div class=&quot;content-box-body&quot;&gt;
		&lt;h3&gt;Please use this form to request a free, full ScrumWorks&amp;#0174; Basic edition license.&lt;/h3&gt;
		
		As freeware, Danube does not provide technical support for ScrumWorks Basic edition.  
		Most user support questions are already addressed by our 
		&lt;a href=&quot;http://danube.com/scrumworks/basic/support&quot;&gt;self support resources&lt;/a&gt;.  We encourage you post your support questions and 
		feature requests on 
		&lt;a href=&quot;http://danube.com/scrumworks/basic/forum&quot;&gt;our public forum&lt;/a&gt;.
		&lt;br /&gt; 
		
		&lt;h3&gt;Mailing Address:&lt;/h3&gt;
		Danube Technologies, Inc.&lt;br /&gt;
		520 SW Sixth Ave, Suite 940&lt;br /&gt;
		Portland, OR 97204 &lt;br /&gt;
                U.S.A.
		&lt;br /&gt; 
		
		&lt;h3&gt;Sales Office:&lt;/h3&gt;
                &lt;a href=&quot;/scrumworks/pro&quot;&gt;ScrumWorks&amp;#0174; Pro&lt;/a&gt;, a commercial edition of the popular ScrumWorks Basic software is available for purchase.  Please &lt;a href=&quot;/contact&quot;&gt;contact&lt;/a&gt; our sales office for more information. &lt;br /&gt; &lt;br /&gt;
		1-888-532-6823 (USA only toll free) &lt;br /&gt;
		+1-503-248-0800 (International) &lt;br /&gt;
		+1-503-248-0801 (Fax) 
		&lt;br /&gt; &lt;br /&gt;
		
		&lt;div class=&quot;content-box-inner&quot;&gt;
			&lt;div class=&quot;content-box-header-inner&quot;&gt;
				Submit Your Free License Request
			&lt;/div&gt;
			&lt;div class=&quot;content-box-body-inner&quot;&gt;
				&lt;form id=&quot;dform&quot; class=&quot;&quot; action=&quot;http://danube.com/danube_includes/contact_sw_post.php&quot; method=&quot;post&quot; onsubmit=&quot;return checkValidity()&quot;&gt;
					&lt;div class=&quot;form-item&quot;&gt;
						First Name: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;first_name&quot; name=&quot;first_name&quot; maxlength=&quot;50&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Last Name: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;last_name&quot; name=&quot;last_name&quot; maxlength=&quot;50&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Company: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;company&quot; name=&quot;company&quot; maxlength=&quot;50&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Email address: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;email&quot; name=&quot;email&quot; maxlength=&quot;50&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Telephone number: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;phone&quot; name=&quot;phone&quot;  maxlength=&quot;50&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Please provide the number of users requested in your license: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;5&quot; type=&quot;text&quot; name=&quot;00N50000001MMJj&quot; maxlength=&quot;3&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Promotional Code (optional): &lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;6&quot; type=&quot;text&quot; id=&quot;referrer&quot; name=&quot;referrer&quot;  maxlength=&quot;6&quot; value=&quot;&quot; /&gt;
					&lt;/div&gt;
					
					&lt;div class=&quot;form-item&quot;&gt;
						Subject: &lt;br /&gt;
						&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;subject&quot; name=&quot;subject&quot;  maxlength=&quot;50&quot; value=&quot;ScrumWorks Full License Request&quot; readonly=&quot;readonly&quot; /&gt;
					&lt;/div&gt;
					
					
					&lt;div class=&quot;form-item&quot;&gt;
						Comments: &lt;br /&gt;
						&lt;textarea class=&quot;form-text&quot; name=&quot;description&quot; cols=&quot;45&quot; wrap=&quot;virtual&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
					&lt;/div&gt;
					
					&lt;input type=&quot;submit&quot; name=&quot;sub&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&gt;
					
					&lt;input type=&quot;hidden&quot;  id=&quot;type&quot; name=&quot;type&quot;  value=&quot;ScrumWorks Basic&quot; /&gt;
					&lt;input type=&quot;hidden&quot; id=&quot;reason&quot; name=&quot;reason&quot; value=&quot;License Request&quot; /&gt;
					&lt;input type=&quot;hidden&quot; name=&quot;orgid&quot; value=&quot;00D500000006xMR&quot; /&gt;
					&lt;input type=&quot;hidden&quot; name=&quot;retURL&quot; value=&quot;http://danube.com/scrumworks/basic/contact?status=s&quot; /&gt;
					&lt;input type=&quot;hidden&quot; name=&quot;sfga&quot; value=&quot;00D500000006xMR&quot; /&gt;
&lt;!-- 					&lt;input type=&quot;hidden&quot;  id=&quot;external&quot; name=&quot;external&quot; value=&quot;1&quot; /&gt; --&gt;
					
					&lt;div id=&quot;message-man&quot;&gt;
						&lt;p class=&quot;message&quot;&gt;
						&lt;/p&gt;
					&lt;/div&gt;
				&lt;/form&gt;
				
				&lt;div class=&quot;description&quot;&gt;
					&lt;span class=&quot;form-required&quot;&gt;*&lt;/span&gt;  indicates a required field.
					&lt;br /&gt;
					Please read our &lt;a href=&quot;/privacy&quot;&gt;privacy policy&lt;/a&gt;.
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;content-box-footer-inner&quot;&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;content-box-footer&quot;&gt;
	&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://danube.com/scrumworks/basic/contact#comment</comments>
 <pubDate>Wed, 23 Nov 2005 20:11:08 -0600</pubDate>
 <dc:creator>VictorSzalvay</dc:creator>
 <guid isPermaLink="false">81 at http://danube.com</guid>
</item>
</channel>
</rss>
