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_Ltdfr.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/enquiryfr.htm', 'Enquiry Form', 'width=660px,height=455px,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/quotefr.htm', 'Requisition Form', 'width=660px,height=495px,center=1,resize=0,scrolling=1')
}