var our_work_popup;var w = screen.width - 10;var h = screen.height - 80;function Our_Work(brand){	var URL = "http://www.ogilvy.com/portfolio/portfolio.php";	var scrollbars = screen.width < 1024 ? ", scrollbars=yes" : "scollbars=no";	if(brand){URL = URL + "?brand=" + brand;}	if(!our_work_popup || our_work_popup.closed){		our_work_popup = window.open(URL, "portfolio", "height=" + h + ",width=" + w + ", screenX=0, screenY=0, top=0, left=0, status=0, toolbars=0, menubar=0, scrollbars=1");	} else {		our_work_popup.location.href = URL;		our_work_popup.focus();	}}function Launch_Locator(){	window.open("http://www.ogilvy.com/company/locator/locator.html","locator","width=940,height=675,statusbar=0,menubar=0,scrollbars=0");}function Launch_Locator2(){	window.open("map.htm","locator","width=940,height=675,statusbar=0,menubar=0,scrollbars=0");}	function Launch_Locator3(){	window.open("http://www.ogilvypr.com","locator","width=940,height=675,statusbar=0,menubar=0,scrollbars=0");}