function analytics(aid){
    //window.location.href='analytics.php';
	window.open('analytics.php?id='+aid,'');
	return false;
}
