// Hart Design - Web Hosting Explanations

function Popup01() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 291
}
ElementWindow = window.open('./web-hosting-definitions.html','ElementWin',
'width=715,height=582,left='+leftPos+',top='+topPos)
} 