function adjustIFrameSize (iframeWindow) {
		if (iframeWindow.document.height) {
				var iframeElement = document.getElementById(iframeWindow.name);
				iframeElement.style.height = iframeWindow.document.height + 'px';
				iframeElement.style.width = iframeWindow.document.width + 'px';
		}	else if (document.all) {
				var iframeElement = document.all[iframeWindow.name];
				if (iframeWindow.document.compatMode && iframeWindow.document.compatMode != 'BackCompat') {
						iframeElement.style.height = iframeWindow.document.documentElement.scrollHeight + 5 + 'px';
						iframeElement.style.width = iframeWindow.document.documentElement.scrollWidth + 5 + 'px';
				}	else {
						iframeElement.style.height = iframeWindow.document.body.scrollHeight + 5 + 'px';
						iframeElement.style.width = iframeWindow.document.body.scrollWidth + 5 + 'px';
				}
		}
}	
function contactsupport()
{
		page=window.open("http://candv4b.jobandco.com/cgi-bin/site/site-contact.pl?Lang=fr&Comp=051108debitl&Subcomp=&Action=Support","fiches","location=no,toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=no,width=500,height=500,left=20,top=20");
		page.focus();
}
function contactrecr()
{
		page=window.open("http://candv4b.jobandco.com/cgi-bin/site/site-contact.pl?Lang=fr&Comp=051108debitl&Subcomp=&Action=Recr","fiches","location=no,toolbar=no,menubar=no,scrollbars=no,status=no,resizable=no,width=500,height=325,left=20,top=20");
		page.focus();
}			