// JavaScript Document

// Popup Window1
function Call() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Calligraphy.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function Comp() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Computer.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Cook() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Cookery.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function Croc() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Crochet.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Digi() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/DigitalPhotography.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Art() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/DrawingPainting.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Dres() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/DressMaking.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Flow() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/FlowerArranging.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Jewe() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Jewellery.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Lace() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Lace.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Mach() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/MachineKnitting.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Need() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Needlecraft.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Parc() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Parchment.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Prin() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Print.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Pupp() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Puppet.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Upho() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Upholstery.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Wood() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('courses/Woodwork.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}
