
function opengirls(page) {
OpenWin = this.open(page, "AgSocWindow", "width=600,height=400,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,top=50,left=50");
}

function opendisplay(page) {
OpenWin = this.open(page, "AgSocWindow", "width=530,height=290,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,top=50,left=50");
}