function render_regpage(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<p><b>REGISTRATION OPTIONS:</b></p>'+
    '- <b>ONLINE</b>: Register at our secure online <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">payment site.</a><br />'+
    '- <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>.'+
    '<br />'+
    '<p>Please note that <strong>AT LEAST ONE AUTHOR</strong> of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</p>'+
    '<p>Should you have any queries please contact us at <a href="mailto:registration@icst.org">registration@icst.org</a>.</p>'
    );
}

function render_regpage_usd(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<p><b>REGISTRATION OPTIONS:</b></p>'+
    '- <b>ONLINE</b>: Register at our secure online <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">payment site.</a><br />'+
    '- <b>WIRE TRANSFER</b>: Download the Wire Transfer Registration Form <a href="http://icst.org/registration/Wire_transfer_registration_form_US.doc">here</a> and follow the instructions.'+
    '<br />'+
    '<p>Please note that <strong>AT LEAST ONE AUTHOR</strong> of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</p>'+
    '<p>Should you have any queries please contact us at  <a href="mailto:registration@icst.org">registration@icst.org</a>.</p>' 
    );
}

function render_regpage_eur(id_event, file_prefix) {
    document.write('<h2>Registration</h2>'+
    '<p><b>REGISTRATION OPTIONS:</b></p>'+
    '- <b>ONLINE</b>: Register at our secure online <a href="http://assyst-online.org/proceedings/registration.php?id_event='+id_event+'">payment site.</a><br />'+
    '- <b>WIRE TRANSFER</b>: Download the Wire Transfer Registration Form <a href="http://icst.org/registration/Wire_transfer_registration_form_EU.doc">here</a> and follow the instructions.'+
    '<br />'+
    '<p>Please note that <strong>AT LEAST ONE AUTHOR</strong> of each accepted paper must register at full rate (non-student) in order for the paper to be included in the conference proceedings.</p>'+
    '<p>Should you have any queries please contact us at <a href="mailto:registration@icst.org">registration@icst.org</a>.</p>' 
    );
}
