function jobs(){
//Open a modal window populated with the contents of a hidden DIV, and assign the result to a global variable called "emailwindow"
emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.equalsources.in/ltd/Upload_Resume_Ltd.htm', 'Resume Section', 'width=650px,height=400px,center=1,resize=0,scrolling=1')
}

function enquiry(){
//Open a modal window populated with the contents of a hidden DIV, and assign the result to a global variable called "emailwindow"
emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.equalsources.in/ltd/enquiry-m.htm', 'Freelance Resource Request', 'width=520px,height=600px,center=1,resize=0,scrolling=1')
}

function quote(){
//Open a modal window populated with the contents of a hidden DIV, and assign the result to a global variable called "emailwindow"
emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.equalsources.in/ltd/quote-m.htm', 'Quote Request Form', 'width=470px,height=540px,center=1,resize=0,scrolling=1')
}

function quickform(){
//Open a modal window populated with the contents of a hidden DIV, and assign the result to a global variable called "emailwindow"
emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.equalsources.in/ltd/enquiry_rb.htm', 'Call Me Request', 'width=660px,height=595px,center=1,resize=0,scrolling=1')
}