function showOfferMod(id){
		var features = 'height=580,width=780,toolbar=no,location=no,directories=no,menubar=yes,status=yes,scrollbars=yes,resizable=yes,copyhistory=yes';
		var url = '/offers/offer_detail.cfm?click=yes&id=' + id;
		var windowName = 'windowOffer';
		
		window.open(url,windowName,features)
	}
	
function OpenPresentation(companyID,profilelang) {
		thisURL = "/companyprofile/comp_profile_fs.cfm?companyid=" + companyID + "&profilelang=" + profilelang;
		window.open(thisURL,'pop','width=780,height=588,top=150,left=200');
	}
