// Hart Design - Email Marketing Templates

function Popup01() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./images/content/design-gallery/about-skin','ElementWin',
'scrollbars=yes,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('./images/content/design-gallery/cosyn','ElementWin',
'scrollbars=yes,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('./images/content/design-gallery/seedling','ElementWin',
'scrollbars=yes,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('./images/content/design-gallery/royale-takitumu','ElementWin',
'scrollbars=yes,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) - 331
}
ElementWindow = window.open('./images/content/design-gallery/print-spot','ElementWin',
'scrollbars=yes,width=715,height=662,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('./images/content/design-gallery/bullet','ElementWin',
'scrollbars=yes,width=715,height=662,left='+leftPos+',top='+topPos)
} 

function Popup07() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 358
topPos = (screen.height / 2) - 331
}
ElementWindow = window.open('./images/content/design-gallery/diversified','ElementWin',
'scrollbars=yes,width=715,height=662,left='+leftPos+',top='+topPos)
} 


