﻿function openPersonal( url ) {
    window.open(url,'Personal','toolbar=no,titlebar=no,scrollbars=yes,resizable=yes,top=50,left=300,width=500,height =500');
}
