
function openemailer(){
    emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'player_contact_us.html', 'Contact Us', 'width=350px,height=400px,center=1,resize=0,scrolling=0')
}

function opentxt(){
    emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'player_text_us.html', 'Text Us', 'width=350px,height=500px,center=1,resize=0,scrolling=0')
}

function opencall(){
    emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'player_call_us.html', 'Call Us', 'width=450px,height=480px,center=1,resize=0,scrolling=0')
}

function openrefer(){
    emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'player_refer_a_friend.html', 'Refer a Friend', 'width=350px,height=425px,center=1,resize=0,scrolling=0')
}
