// Hart Design - Website Examples

function Popup01() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./examples-01.html','ElementWin',
'width=715,height=662,left='+leftPos+',top='+topPos)
} 

function Popup02() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./examples-02.html','ElementWin',
'width=715,height=662,left='+leftPos+',top='+topPos)
} 

function Popup03() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./examples-03.html','ElementWin',
'width=715,height=662,left='+leftPos+',top='+topPos)
} 

function Popup04() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./examples-04.html','ElementWin',
'width=715,height=662,left='+leftPos+',top='+topPos)
} 

function Popup05() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 380
}
ElementWindow = window.open('./examples-05.html','ElementWin',
'width=715,height=760,left='+leftPos+',top='+topPos)
} 

function Popup06() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./examples-06.html','ElementWin',
'width=715,height=662,left='+leftPos+',top='+topPos)
} 