var matchmakermakemeawindow;	
function getthematchmaker(w, h, x, y, sb, s, r)
{
var leftp = (screen.width-w)/2;
var topp = (screen.height-h)/2; 
matchmakermakemeawindow=window.open(x,y,'fullscreen=no,width='+w+',height='+h+',location=no,toolbar=no,menubar=no,directories=no,scrollbars='+sb+',status='+s+',resizable='+r+',copyhistory=no,top='+topp+',left='+leftp+'');
matchmakermakemeawindow.focus();
}
