﻿function profileLink(url) {
    window.open(url, null, 'width=840,height=630,scrollbars=yes');
}
