<?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 - Order ScrumWorks Pro - Comments</title>
 <link>http://danube.com/scrumworks/pro/order</link>
 <description>Comments for &quot;Order ScrumWorks Pro&quot;</description>
 <language>en</language>
<item>
 <title>Order ScrumWorks Pro</title>
 <link>http://danube.com/scrumworks/pro/order</link>
 <description>&lt;script type=&quot;text/javascript&quot; src=&quot;/danube_includes/sarissa.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/danube_includes/util-functions.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--  
  addEvent(window, &#039;load&#039;, init, false);

  function init() {
      if (!Sarissa || !document.getElementById) return;
      
      var formElements = document.getElementsByTagName(&#039;form&#039;);
      for (var i = 0; i &lt; formElements.length; i++) {
          if (formElements[i].className.match(/\bajaxify\b/)) {
              addEvent(formElements[i], &#039;submit&#039;, submitTheform, false);
          }
      }
  }
  
  function submitTheform(e) {
      /* Cancel the submit event, and find out which form was submitted */
      knackerEvent(e);
      var target = window.event ? window.event.srcElement : e ? e.target : null;
      if (!target) return;
      
      /* Check if this form is already in the process of being submitted. 
       * If so, don&#039;t allow it to be submitted again. */
      if (target.ajaxInProgress) return;
	  
	  
	  /** Form Submission Checks **/
		
		var theForm = document.getElementById( &#039;ajaxify&#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; ) )
			{
				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 **/
	  
      
      /* Set up the request */
      var xmlhttp =  new XMLHttpRequest();
      xmlhttp.open(&#039;POST&#039;, &#039;/danube_includes/contact_main_post.php&#039;, true);
      
      /* The callback function */
      xmlhttp.onreadystatechange = function() {
          if (xmlhttp.readyState == 4) {
              if (xmlhttp.status == 200)
                  addFeedback(xmlhttp.responseXML, target);
              else
                  target.submit();
          }
      }
	  
	  document.getElementById( &#039;message-man&#039; ).style.display=&quot;block&quot;;
      
      /* Send the POST request */
      var form = document.getElementById(&#039;ajaxify&#039;);
      var elements = form.elements;
      query = &quot;&quot;;
      for ( i = 0; i &lt; elements.length-1; i++ )
      {
        query = query + elements.item(i).name + &quot;=&quot; + elements.item(i).value + &quot;&amp;&quot;;
      }
      xmlhttp.setRequestHeader(&#039;Content-Type&#039;, &#039;application/x-www-form-urlencoded&#039;);
      xmlhttp.send(query);
      
      /* Add temporary feedback that the request has been sent */   
      var loadingImg = document.createElement(&#039;img&#039;);
      loadingImg.src = &#039;/img/working.gif&#039;;
      target.getElementsByTagName(&#039;p&#039;)[0].appendChild(loadingImg);
      target.ajaxInProgress = true;
  }
  
  function addFeedback(responseXML, target) {
      var loadingImg = target.getElementsByTagName(&#039;img&#039;)[0];
      loadingImg.parentNode.className += &#039; status&#039;;
      var feedbackText = &#039; We successfully received your request.  Thank you for your submission, someone from our staff will be in touch with you shortly.&#039;;
      var feedbackSpan = document.createElement(&#039;span&#039;);
      feedbackSpan.appendChild(document.createTextNode(feedbackText));
      loadingImg.parentNode.replaceChild(feedbackSpan, loadingImg);

      // Free up the form to go again
      target.ajaxInProgress = false;
	  
		// Disable form inputs
		target.getElementsByTagName(&#039;textarea&#039;)[0].disabled = true;
		
		target.getElementsByTagName(&#039;textarea&#039;)[0].disabled = true;
		var inputFields = document.getElementsByTagName(&#039;input&#039;);
		for (var i = 0; i &lt; inputFields.length; i++) {
			target.getElementsByTagName(&#039;input&#039;)[i].disabled = true;
		}
  }
--&gt;  
&lt;/script&gt;

&lt;div class=&quot;content-box&quot;&gt;
	&lt;div class=&quot;content-box-header&quot;&gt;
		Order ScrumWorks&lt;span class=&quot;reg&quot;&gt;&amp;#0174;&lt;/span&gt; Pro
	&lt;/div&gt;
	&lt;div class=&quot;content-box-body&quot;&gt;

		ScrumWorks Pro is available through a perpetual, per-seat licensing model:
		&lt;ul&gt;
			&lt;li&gt;$500 USD per user (per-seat)&lt;/li&gt;
			&lt;li&gt;Perpetual access, no recurring subscription license fees&lt;/li&gt;
			&lt;li&gt;No minimum quantity requirements for per-seat licenses&lt;/li&gt;
			&lt;li&gt;Tiered volume discounting available&lt;/li&gt;
			&lt;li&gt;Unlimited access to product upgrades and support available through annual support contract&lt;/li&gt;
                        &lt;li&gt;Safety and security of on-site installation&lt;/li&gt;
		&lt;/ul&gt;
		&lt;br /&gt;
		
		Enterprise and Concurrent licensing options are also available.  For more information, please &lt;a href=&quot;/contact&quot;&gt;contact Danube online&lt;/a&gt; or call us at 1-888-5-DANUBE (+1-503-248-0800).
		&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;
				Order Online
			&lt;/div&gt;
			&lt;div class=&quot;content-box-body-inner&quot;&gt;
				
				Please use the form below to provide us your contact information.  A ScrumWorks 
				 representative will be in touch with you shortly to arrange for 
				your license purchase.  Alternatively, we invite you to call us toll free at 
				1-888-5-DANUBE (+1-503-248-0800). 
				&lt;br /&gt;&lt;br /&gt;
					
				&lt;form id=&quot;ajaxify&quot; class=&quot;ajaxify&quot; action=&quot;http://www.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8&quot; method=&quot;post&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; type=&quot;text&quot; id=&quot;first_name&quot; name=&quot;first_name&quot; maxlength=&quot;100&quot; size=&quot;40&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; type=&quot;text&quot; id=&quot;last_name&quot; name=&quot;last_name&quot; maxlength=&quot;100&quot; size=&quot;40&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 type=&quot;text&quot; id=&quot;company&quot; name=&quot;company&quot; maxlength=&quot;100&quot; class=&quot;form-text&quot; size=&quot;40&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; type=&quot;text&quot; id=&quot;email&quot; name=&quot;email&quot; maxlength=&quot;100&quot; size=&quot;40&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; type=&quot;text&quot; id=&quot;phone&quot; name=&quot;phone&quot; maxlength=&quot;100&quot; size=&quot;40&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;10&quot; type=&quot;text&quot; id=&quot;referrer&quot; name=&quot;referrer&quot;  maxlength=&quot;10&quot; value=&quot;&quot; /&gt;
				&lt;/div&gt;
				
				&lt;div class=&quot;form-item&quot;&gt;    				  
					Please provide any additional comments below:&lt;br&gt;
					&lt;textarea class=&quot;form-text&quot; name=&quot;description&quot; cols=&quot;45&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
				&lt;/div&gt;
				
				&lt;input type=&quot;hidden&quot; id=&quot;00N50000001MMBd&quot; name=&quot;00N50000001MMBd&quot; value=&quot;ScrumWorks Pro&quot; /&gt;
&lt;!-- 				&lt;input type=&quot;hidden&quot; name=&quot;retURL&quot; value=&quot;http://danube.com/crss/node/711?status=s&quot; /&gt; --&gt;
				&lt;input type=&quot;hidden&quot; id=&quot;lead_source&quot; name=&quot;lead_source&quot; value=&quot;Web&quot; /&gt;
				&lt;input type=&quot;hidden&quot; name=&quot;oid&quot; value=&quot;00D500000006xMR&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;sfga&quot; value=&quot;00D500000006xMR&quot; /&gt;
				&lt;input type=&quot;hidden&quot; name=&quot;00N50000001omSS&quot; value=&quot;Per-Seat Perpetual&quot; /&gt;
				&lt;input type=&quot;hidden&quot; id=&quot;lead_source&quot; name=&quot;lead_source&quot; value=&quot;Web&quot; /&gt;
				&lt;input type=&quot;submit&quot; name=&quot;sub&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&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; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt; indicates a required field.
					&lt;br /&gt;
					Please read our &lt;a href=&quot;/privacy&quot;&gt;privacy and confidentiality statement&lt;/a&gt;. 
				&lt;/div&gt;
				
				&lt;br /&gt;
				&lt;br /&gt;
				
			&lt;/div&gt;
			&lt;div class=&quot;content-box-footer-inner&quot;&gt;
				&lt;!--&lt;a href=&quot;&quot;&gt;&amp;rarr; Learn More&lt;/a&gt;--&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		
		&lt;br  /&gt;&lt;br /&gt;
		
		&lt;/div&gt;
	&lt;div class=&quot;content-box-footer&quot;&gt;
		&lt;!--&lt;a href=&quot;&quot;&gt;&amp;rarr; Learn More&lt;/a&gt;--&gt;
	&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://danube.com/scrumworks/pro/order#comment</comments>
 <pubDate>Fri, 12 Jan 2007 20:18:29 -0600</pubDate>
 <dc:creator>nickw</dc:creator>
 <guid isPermaLink="false">711 at http://danube.com</guid>
</item>
</channel>
</rss>
