function simpleTrack(sID){
	
	cto.initFlashPV();
	cto.pageName=sID;
	cto.siteSection=ctoMap;
	cto.trackFlashPV(); 

}

function doPopup (sUrl, nWidth, nHeight, sWindowName) {
	window.open(sUrl,sWindowName,'width=' + nWidth + ',height=' + nHeight + ',scrollbars=0,resizable=1');
}


function mailtoAndTrack (sID, sBody, sSubject) {
	
	// and the opening of the mail window
	document.location = "mailto:?body=" + sBody + "&subject=" + sSubject;
	
	simpleTrack(sID);
	
}
