var w_count = 0;
var margin;

function G(title,url,attlist)
{
    if (!attlist) attlist = '';
    else attlist = attlist + ',';
    var id = w_count++;
    jBox.open('jboxw-' + id.toString(),'iframe',url,title,attlist+'center=true,draggable=true,scrolling=true');
}