function render_regpage(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<ul>'+
    '    <li><b>REGISTRATION OPTIONS:</b></li>'+
    '    <ul>'+
    '        <li><b>ONLINE</b>: Register online with our secure merchant site. &lt; <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">ONLINE</a> &gt;</li>'+
 //   '        <li><b>EMAIL</b>: Please download, complete and send this Registration Form to <a href="mailto:registration@icst.org?subject=Registration - EMAIL">registration@icst.org</a>. &lt; <a href="http://icst.org/registration/'+file_prefix+'.doc">DOWNLOAD DOC</a> &gt;</li> &lt; <a href="http://icst.org/registration/'+file_prefix+'.pdf">DOWNLOAD PDF</a> &gt;</li>'+
    '        <li><b>WIRE TRANSFER</b>: Wire transfers are accepted. Please send your intent to <a href="mailto:registration@icst.org?subject=Registration - WIRE TRANSFER">registration@icst.org</a>.</li>'+
    '    </ul>'+
    '</ul>'+
    '<br />'+
    '&nbsp;&nbsp;<span>Would you have any query please contact us at <a href="mailto:registration@icst.org">registration@icst.org</a></span>'+
    '<br /><br /><span>Please note that <b>AT LEAST ONE AUTHOR </b>of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</span>'
    );
}

function render_regpage_usd(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<ul>'+
    '    <li><b>REGISTRATION OPTIONS:</b></li>'+
    '    <ul>'+
    '        <li><b>ONLINE</b>: Register online with our secure merchant site. &lt; <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">ONLINE</a> &gt;</li>'+
 //   '        <li><b>EMAIL</b>: Please download, complete and send this Registration Form to <a href="mailto:registration@icst.org?subject=Registration - EMAIL">registration@icst.org</a>. &lt; <a href="http://icst.org/registration/'+file_prefix+'.doc">DOWNLOAD DOC</a> &gt;</li> &lt; <a href="http://icst.org/registration/'+file_prefix+'.pdf">DOWNLOAD PDF</a> &gt;</li>'+
    '        <li><b>WIRE TRANSFER</b>: Please download &lt; <a href="http://icst.org/registration/wire_usd.pdf">PDF</a> &gt; document and follow instructions.</li>'+
    '    </ul>'+
    '</ul>'+
    '<br />'+
    '&nbsp;&nbsp;<span>Would you have any query please contact us at <a href="mailto:registration@icst.org">registration@icst.org</a></span>'+
    '<br /><br /><span>Please note that <b>AT LEAST ONE AUTHOR </b>of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</span>'
    );
}

function render_regpage_eur(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<ul>'+
    '    <li><b>REGISTRATION OPTIONS:</b></li>'+
    '    <ul>'+
    '        <li><b>ONLINE</b>: Register online with our secure merchant site. &lt; <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">ONLINE</a> &gt;</li>'+
 //   '        <li><b>EMAIL</b>: Please download, complete and send this Registration Form to <a href="mailto:registration@icst.org?subject=Registration - EMAIL">registration@icst.org</a>. &lt; <a href="http://icst.org/registration/'+file_prefix+'.doc">DOWNLOAD DOC</a> &gt;</li> &lt; <a href="http://icst.org/registration/'+file_prefix+'.pdf">DOWNLOAD PDF</a> &gt;</li>'+
    '        <li><b>WIRE TRANSFER</b>: Please download &lt; <a href="http://icst.org/registration/wire_eur.pdf">PDF</a> &gt; document and follow instructions.</li>'+
    '    </ul>'+
    '</ul>'+
    '<br />'+
    '&nbsp;&nbsp;<span>Would you have any query please contact us at <a href="mailto:registration@icst.org">registration@icst.org</a></span>'+
    '<br /><br /><span>Please note that <b>AT LEAST ONE AUTHOR </b>of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</span>'
    );
}
