// JavaScript Document
function showDetails(ju, imgpath, imgheight, imgwidth, jtitle, ptype, company, cu, locn, opendate, closedate, edunqua, jdesc, addnrq, type, clause, offset, limit, keyphrase){
	var dc = '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="250" height="87" align="center" style="padding: 5px; border-left: #CCCCCC dotted 2px; border-top: #CCCCCC dotted 2px; border-bottom: #CCCCCC dotted 2px;"><img src="'+imgpath+'" height="'+imgheight+'" width="'+imgwidth+'" /><br /><strong>'+company+'</strong><br />'+locn+'</td><td bgcolor="#F2F2F3" style="padding: 5px; border: #CCCCCC dotted 2px;"><table width="100%" border="0" cellspacing="0" cellpadding="3"><tr><td width="38%">Job Position:</td><td width="62%" bgcolor="#FFFFFF">'+jtitle+'</td></tr><tr><td>Position Type:</td><td bgcolor="#FFFFFF">'+ptype+'</td></tr><tr><td>Location:</td><td bgcolor="#FFFFFF">'+locn+'</td></tr><tr><td>Open Date:</td><td bgcolor="#FFFFFF">'+opendate+'</td></tr><tr><td>Close Date:</td><td bgcolor="#FFFFFF">'+closedate+'</td></tr><tr><td>Education/ Qualification </td><td bgcolor="#FFFFFF">'+edunqua+'</td></tr></table></td></tr><tr><td colspan="2"><br /><strong>Job Description</strong><br />'+jdesc+'<br /><br /><strong>Additional Requirements</strong><br />'+addnrq+'<br /><br /><input type="button" name="Button" value="Apply for this Job" style="font-size: 14px;" onclick="loadAppFrm(\''+jtitle+'\', \''+company+'\', \''+cu+'\', \''+ju+'\')" /><input type="submit" name="Submit" value="Return to Vacancies" style="font-size: 14px;" onclick="getOpenings(\''+type+'\', \''+clause+'\', '+offset+', '+limit+', \''+keyphrase+'\')" /></td></tr></table>';
	document.getElementById("jS").innerHTML = dc;
}
