function simpleTrack (sID) {

	cto.initFlashPV(); // Let the DIMG analytics layer know that we are going to send aflash PV
	cto.pageName=sID;
	cto.siteSection="disneydvds:find-walle"; 
	cto.trackFlashPV(); 

}

function doPopup(sUrl, nWidth, nHeight, sWindowname){
	window.open(sUrl, sWindowname,'width=' + nWidth + ',height=' + nHeight + '');
}


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