
function storemedia(id,download) {
    new Ajax.Request('/dx/public/ida/count.html',{parameters: {'id':id,'download':download},
            asynchronous: false});
    return true;    
}

