function simpleTrack(sID){
	//alert('Tracking/ Tag: ' + _tag + '  Folder: '+_folder);
	cto.initFlashPV();
	cto.pageName=sID;
	cto.siteSection=ctoMap;	
	cto.trackFlashPV(); 
}

function popUp(sUrl, nWidth, nHeight) {
		window.open(sUrl,"mrmen",'width=' + nWidth + ',height=' + nHeight + ',scrollbars=1,resizable=1');
}
/*
function popUpAndTrack (sID, sUrl, nWidth, nHeight, sType) {
	// and the opening of the link
	//alert('popup');
	if(sType == "self"){
	//	alert('self');
		document.location = sUrl;
		
	}else if(sType=="download"){
		//window.open(sUrl,"pirates",'width=' + nWidth + ',height=' + nHeight + ',scrollbars=1');
	}else{
	//	alert('no bars');
		window.open(sUrl,"pirates",'width=' + nWidth + ',height=' + nHeight + ',scrollbars=1,resizable=1');
	}
	
	setTimeout('simpleTrack(\''+sID+'\')',2000);
}

	

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;
}*/
