// 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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/DigitalPhotography.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function Draw() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 220
topPos = (screen.height / 2) - 300
}
ElementWindow = window.open('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/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('wcourses/Woodwork.htm','Window1PopUp','width=440,height=600,scrollbars=yes,left='+leftPos+',top='+topPos)
}