function openWindowCentered3(){
window.open('http://www.therelationshipgym.com/finding-mr-right-mini-coursea.htm', 'newwin', 'width=460, height=450, left='+(screen.width-500)/2+', top='+(screen.height-300)/2+', resizable=yes, scrollbars=yes, toolbars=no, location=no, directories=no, status=no, menubar=no, copyhistory=no');
}