Part time Night Positions
Part time Night Positions
function trackJobEmailApply(dcsJobID)
{
var dcsURI="/jobEmailApply.asp";
var dcsQRY="JobID=" + escape(dcsJobID);
var dcsEXT="";
dcs_2_0_ex(dcsURI,dcsQRY,dcsEXT);
};
function popNetworking(urlAddress)
{
var winNeo=window.open(urlAddress,"location","width=760,height=600,top=10,left=10,screenx=10,screeny=10,toolbar,location,scrollbars,resizable,menubar"); winNeo.focus();
return false;
};
function popJSHelp(strURL)
{
var winJSHelp = window.open(strURL, "help", "width=650,height=315,scrollbars=1,resizable=yes");
if(!winJSHelp)
{
alertPopUpBlockerDetected();
}
winJSHelp.focus();
};
function useDefaultJobLogo(thisImg, replaceImg)
{
thisImg.style.display="none";
replaceImg.style.display="block";
}
function EditJob(sLocation)
{
var bNoWindow = (!window.opener || window.opener.closed) ;
if (bNoWindow)
{
window.open(sLocation, null, 'scrollbars=1,resizable=yes,menubar=yes,toolbar=yes,menubar=yes,location=yes');
}
else
{
window.opener.location = sLocation;
}
self.close();
}
|