// JavaScript Document var alists = new Array(new Array('I want to burn a copy protected DVD','Enter your details below to get a FREE Report on burning a copy protected DVD - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=jIzsnJwcrGwMrA==','burning a copy protected DVD'),new Array('I want to burn downloaded movies or video files to DVD','Enter your details below to get a FREE Report on burning downloaded movies or video files to DVD - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=rAwcnIxsTKws','burning downloaded movies or video files to DVD'),new Array('I want to copy / rip a DVD movie to my computer','Enter your details below to get a FREE Report on copying / ripping a DVD movie to your computer - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=zAysbGzsDJxs','copying / ripping a DVD movie to your computer'),new Array('I want to create my own DVD movie','Enter your details below to get a FREE Report on creating your own DVD movie - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=nOwsLAzMHAyc','creating your own DVD movie'),new Array('I want to convert video files to another format','Enter your details below to get a FREE Report on converting video files to another format - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=rJysnMxM7Jys','converting video files to another format'),new Array('I want to burn data files to DVD','Enter your details below to get a FREE Report on burning data files to DVD - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=zOwMrBwcjCwc','burning data files to DVD'),new Array('Others','Enter your details below to get a FREE Report on burning DVDs - Some of this information can\'t be published on the web!','','http://forms.aweber.com/form/displays.htm?id=jBwcjMwMjCwMzA==','burning DVDs')) function showAForm(inp) { eAWrap = document.getElementById('awrap'); eAWrap.innerHTML = '

'+alists[inp.value][1]+'

' + '' + '' + '' + '
Name:
Email:
' + alists[inp.value][2] + '' + ''; } function getLForm(inp) { tOthers = document.getElementById('tOthers'); if (inp.parentNode.id == 'oli') { if (!tOthers) { eInput = document.createElement('input'); eInput.setAttribute('name', 'custom Others'); eInput.setAttribute('id', 'tOthers'); eInput.setAttribute('value', 'Please specify...'); eInput.setAttribute('size', 40); eInput.setAttribute('style', 'margin-left:5px'); eInput.onclick = function () { if (this.value == 'Please specify...') { this.value = ''; } } eInput.onblur = function () { if (this.value == '') { this.value = 'Please specify...'; } } inp.parentNode.appendChild(eInput); } } else if (tOthers) { tOthers.parentNode.removeChild(tOthers); } showAForm(inp); } function showQuestions() { eQWrap = document.getElementById('qwrap'); eQWrap.innerHTML = '

Please tell us the main reason for visiting our site:

'; eUl = document.createElement('ul'); eUl.style.marginLeft = 0; for (i=0;iSorry. An error occured while ' + 'trying to submit your answers. You may have entered an invalid email or you have already submitted to ' + 'this survey using the provided email.

Please correct your inputs below ' + 'and resubmit again. All fields are required.

'; document.getElementById('qwrap').innerHTML = hErrMsg; //timerClose(10); } } } var cTInerval = 0; var cTimer = 0; function timerClose(t) { cTimer = t; //document.getElementById('ctimer').innerHTML = cTimer; cTInerval = setInterval('updateTimer()', 1000); } function updateTimer() { cTimer = cTimer - 1 //document.getElementById('ctimer').innerHTML = cTimer; if (!cTimer) { clearInterval(cTInerval); closeABox('sbox'); } } function showLoader() { eWrap = document.getElementById('qwrap'); hLoader = '
' + '
Wait a moment...
'; eWrap.innerHTML = hLoader; } function closeABox(wrapId) { eSBox = document.getElementById(wrapId); eSBox.style.display = 'none'; //eSBox.parentNode.removeChild(eSBox); clearInterval(cTInerval); createCookie('aweber_stop', 1, 48); document.getElementById('adsensewrap').style.display = ''; } function createCookie(name,value,hours) { if (hours) { var date = new Date(); date.setTime( date.getTime() + (hours*60*60*1000) ); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function processData() { //eFawrap = document.getElementById('fawrap'); //eFawrap.innerHTML = ''; document.getElementById('receiver').setAttribute('stat', 'submitted'); if (document.getElementById('tOthers')) { document.getElementById('Others').value = document.getElementById('tOthers').value; } showLoader(); }; function setupBox() { iLoader = new Image(); //preloading iLoader.src = '/aweberforms/images/loading.gif'; hSurveyBox = '
' + '
' + '

Easy DVD Burning Survey ' + '[Close]

'+ '
' + '
' + '
'; document.write(hSurveyBox); showQuestions(); } function startAweber() { if (!readCookie('aweber_stop')) { setupBox(); } } startAweber();