function showOurSolutions(o){ var browserName=navigator.appName; if (browserName=="Microsoft Internet Explorer") { var width='564px'; var height= '522px'; } else{ var width='563px'; var height= '528px'; } var url = o.title ; window.oWindow = dhtmlmodal.open("oWindow", "iframe", url, "", "width="+width+",height="+height+",center=1,resize=0,scrolling=0", "recal") ; window.oWindow.statusarea.style.display = 'none' ; window.oWindow.handle.style.display = 'none' ; window.oWindow.contentarea.style.paddingTop = '0px' ; window.oWindow.contentarea.style.paddingLeft = '0px' ; window.oWindow.contentarea.style.paddingRight = '0px' ; window.oWindow.contentarea.style.paddingBottom = '0px' ; window.oWindow.contentarea.style.borderStyle = 'none' ; window.oWindow.style.borderStyle = 'none' ; return false ; }