﻿function popitup(url) {
    window.open(url, 'name', 'height=641,width=801');
}

