var nwindow = null;
var n=0;
function opennw(url,title,width,height,extra)
{
nwindow=window.open("",n++,"toolbar=no,width="+width+",height="+height);
nwindow.document.write("<html><head><title>Dating and Marriage Agency BE HAPPY. Places of recreation. "+title+"</title></head><body bgcolor=#ffffff topmargin=0 rightmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src=images/recreation/"+url+" width="+width+" height="+height+" alt='"+title+"'>"+extra+"</body></html>");
nwindow.document.close();
} 
