function simpleTrack(_tag){

//	alert('tracking : ' + _tag);

	_hbflash(_tag,'n','n','n');
}

function doPopup (sUrl, nWidth, nHeight, sWindowName) {
	window.open(sUrl,sWindowName,'width=' + nWidth + ',height=' + nHeight + ',scrollbars=1,resizable=1');
}

function mailtoAndTrack (sID, sBody, sSubject) {
	
	// and the opening of the mail window
	document.location = "mailto:?body=" + sBody + "&subject=" + sSubject;
	
	simpleTrack(sID);
	
}

function changeIframe(ns){

       document.getElementById('convtrackingiframe').src = ns;
} 
