﻿
function popupWindow(sLocation, nWidth, nHeight)
{
    window.open(sLocation, 'Beaulieu', 'toobar=0,location=0,status=0, menubar=0, width=' + nWidth + ', height=' + nHeight);
}