// (c) ee.ex,v 1.0 2006/04/14 16:10:13 // www.Extratex.co.uk (c) Copyright 2006 function add_Vari(){ var selected_topic = frameEX.document.FeedBack_Form.select1.options[frameEX.document.FeedBack_Form.select1.selectedIndex].value; frameEX.document.FeedBack_Form.Topic.value = selected_topic } function sendANDreset(){ var emailCK = frameEX.document.FeedBack_Form.Email.value if ((emailCK.indexOf('@')==-1)||(emailCK.indexOf('.')==-1)){alert('Please provide a valid email address')}else{restPG();frameEX.document.FeedBack_Form.submit();} } function restPG(){setTimeout("frameEX.window.location='http://www.extratex.co.uk/index_A.html'", 1500)} //