﻿function OpenPresentation(url) {    
    window.open(url, 'win', 'left=20,top=20,height=635,width=991,toolbar=no,scrollbars=no');
}
