// VARIABLES /////////////////////////////////////////////////////////////////////////////////////// cameraOneOn = 0;cameraTwoOn = 0;info = 0; holdnumber = 0; questionpage = 1; var page = 1; mute = 0; galleryview = "thumbnails"; galleryholdtype = "artist"; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function timeLapse(speed,vid) { document.getElementById("movieframe").innerHTML = ' '; movieframe.innerHTML = ' '; } function cameraOne(speed) { if(cameraOneOn==0){ cameraOneOn=1; changecss('.cam1Style','backgroundImage','url(../images/learners/furniture/more_info_on.gif)'); changecss('.cam2Style','backgroundImage','url(../images/learners/furniture/more_info_off.gif)'); document.getElementById("movieframe").innerHTML =''; movieframe.innerHTML = ''; } else if(cameraOneOn==1){ cameraOneOn=0; changecss('.cam1Style','backgroundImage','url(../images/learners/furniture/more_info_off.gif)'); } } function cameraTwo(speed) { if(cameraTwoOn==0){ cameraTwoOn=1; changecss('.cam2Style','backgroundImage','url(../images/learners/furniture/more_info_on.gif)'); changecss('.cam1Style','backgroundImage','url(../images/learners/furniture/more_info_off.gif)'); document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } else if(cameraTwoOn==1){ cameraTwoOn=0; changecss('.cam2Style','backgroundImage','url(../images/learners/furniture/more_info_off.gif)'); } } // HOT KEYS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// var NS = (window.Event) ? 1 : 0; function checkKey(e) { var code = (NS) ? e.which : event.keyCode; var key = String.fromCharCode(code); for (var i = 0; i < ar.length; i++) { if (key == ar[i].key) {location.href = ar[i].url;} } } function hotKey(key, url) { this.key = key; this.url = url; } if (window.jsSpeed) { if (jsSpeed == "high") { if (NS) document.captureEvents(Event.KEYPRESS) document.onkeypress = checkKey; var ar = new Array(); ar[ar.length] = new hotKey("c", "mailto:info@artistsatwork.org"); ar[ar.length] = new hotKey("h", "../../index.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("1", "timelapse.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("2", "techniques.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("3", "influences.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("4", "workshops.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("5", "questions.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("6", "gallery.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("7", "teachers.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=high"); ar[ar.length] = new hotKey("a", "accessibility.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); ar[ar.length] = new hotKey("s", "sysreq.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); ar[ar.length] = new hotKey("t", "terms.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); } if (jsSpeed == "low") { if (NS) document.captureEvents(Event.KEYPRESS) document.onkeypress = checkKey; var ar = new Array(); ar[ar.length] = new hotKey("c", "mailto:info@artistsatwork.org"); ar[ar.length] = new hotKey("h", "../../index.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("1", "timelapse.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("2", "techniques.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("3", "influences.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("4", "workshops.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("5", "questions.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("6", "gallery.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("7", "teachers.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671&speed=low"); ar[ar.length] = new hotKey("a", "accessibility.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); ar[ar.length] = new hotKey("s", "sysreq.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); ar[ar.length] = new hotKey("t", "terms.php?PHPSESSID=29ac5d91eb10cf4e9f7cbfd2ef239671"); } } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // STYLE SHEET CHANGER ////////////////////////////////////////////////////////////////////////// var doAlerts=false; function changeSheets(whichSheet,section){ if (whichSheet == 1) { // small if (section == "home") { welcometitle.innerHTML = 'Welcome to Artisacam'; newstitle.innerHTML = 'ArtisaCam News'; linkstitle.innerHTML = 'ArtisaCam Quicklinks'; } else if (section == "kidz") { kidztitle1.innerHTML = 'have a go'; kidztitle2.innerHTML = 'explore'; kidztitle3.innerHTML = 'how to'; kidztitle4.innerHTML = 'ask the artist'; } else if (section == "about") { aboutTitle.innerHTML = ''; } else if (section == "news") { newsTitle.innerHTML = 'ArtisanCam News'; } else if (section == "contact") { contactTitle.innerHTML = 'ArtisanCam - Get In Touch'; } } if (whichSheet == 2) { // large if (section == "home") { welcometitle.innerHTML = 'Welcome to Artisacam'; newstitle.innerHTML = 'Welcome to Artisacam'; linkstitle.innerHTML = 'Welcome to Artisacam'; } else if (section == "kidz") { kidztitle1.innerHTML = 'have a go'; kidztitle2.innerHTML = 'explore'; kidztitle3.innerHTML = 'how to'; kidztitle4.innerHTML = 'ask the artist'; } else if (section == "about") { aboutTitle.innerHTML = 'About ArtisanCam'; } else if (section == "news") { newsTitle.innerHTML = 'ArtisanCam News'; } else if (section == "contact") { contactTitle.innerHTML = 'ArtisanCam - Get In Touch'; } } sheet = whichSheet; whichSheet=whichSheet-1; if(document.styleSheets){ var c = document.styleSheets.length; if (doAlerts) alert('Change to Style '+(whichSheet+1)); for(var i=0;iwhich other artists do you like?do you think you are famous?'; quesframe.innerHTML = '
spacer
spacer
'; } if (artist == "lizzie") { document.getElementById("quesframe").innerHTML = '
what is the biggest ?
do your hands hurt ?
what do you think...
why did you become an artist?
'; quesframe.innerHTML = '
what is the biggest ?
do your hands hurt ?
what do you think...
why did you become an artist?
'; } if (artist == "mike") { document.getElementById("quesframe").innerHTML = '
is there a machine...
have you ever exhibited...
Coronation Street or Eastenders
how many cups of coffee...
how often do you use...
'; quesframe.innerHTML = '
is there a machine...
have you ever exhibited...
Coronation Street or Eastenders
how many cups of coffee...
how often do you use...
'; } if (artist == "paul") { document.getElementById("quesframe").innerHTML = '
which bit of your job...?
what car do you drive...?
why did you make a.?
have you heard of...?
should I become an...?
'; quesframe.innerHTML = '
which bit of your job...?
what car do you drive...?
why did you make a.?
have you heard of...?
should I become an...?
'; } } function lastKidzQuestions(artist) { if (artist == "hew") { document.getElementById("quesframe").innerHTML = '
who is Hew Locke?
Van Gogh or Picasso?
abstract or realistic art?
what do you think is a bad job?
how has your childhood affected your work?
'; quesframe.innerHTML = '
who is Hew Locke?
Van Gogh or Picasso?
abstract or realistic art?
what do you think is a bad job?
how has your childhood affected your work?
'; } if (artist == "lizzie") { document.getElementById("quesframe").innerHTML = '
where do ideas come from?
where did you learn the different weaves?
are other basket makers happy to show...
have you sold work to any famous people?
what are you going to have for your tea?
'; quesframe.innerHTML = '
where do ideas come from?
where did you learn the different weaves?
are other basket makers happy to show...
have you sold work to any famous people?
what are you going to have for your tea?
'; } if (artist == "mike") { document.getElementById("quesframe").innerHTML = '
why did you become an artist?
what is the worst thing?
do you like being famous?
has your dog ever broken any of you work?
how much fun is your job?
'; quesframe.innerHTML = '
why did you become an artist?
what is the worst thing?
do you like being famous?
has your dog ever broken any of you work?
how much fun is your job?
'; } if (artist == "paul") { document.getElementById("quesframe").innerHTML = '
why did you want to become an artist?
how old are you?
how long does it take to make a plate?
how much is a plate?
what is your favourite football team?
'; quesframe.innerHTML = '
why did you want to become an artist?
how old are you?
how long does it take to make a plate?
how much is a plate?
what is your favourite football team?
'; } } function Kidzquestion(number,artist) { if (artist == "lizzie") { document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } if (artist == "mike") { document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } if (artist == "paul") { document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } if (artist == "chunchao") { document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } if (artist == "hew") { document.getElementById("movieframe").innerHTML = ''; movieframe.innerHTML = ''; } } function question(number,speed,artist) {; if (navigator.userAgent.indexOf("Mac") >= 0) { os = "Macintosh"; } else { MM_swapImage('playbutt','','../../images/learners/mediaplayer/play_on.gif','pausebutt','','../../images/learners/mediaplayer/pause_off.gif','rewbutt','','../../images/learners/mediaplayer/rew_off.gif',0); if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.close();} } movieframe.innerHTML = ''; } function submitQuestions () { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.close();} } movieframe.innerHTML = '
  
'; } function nextQuestions(speed,artist) { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.close();} } if (artist == "paul") { maincontent.innerHTML = '
spacerwhat\'s the worst thing
spacer
spacerhow much fun is your job
spacer
spacerwhy didn\'t you choose the dog
spacer
spacerhow much are the mugs
spacer
spacerhas your dog ever broken any
spacer
spacerdo you like being famous
spacer
spacerhow many cups of coffee
spacer
spacerCoronation Street or Eastenders
spacer
spacerprevious next
'; } else if (artist == "lizzie") { maincontent.innerHTML = '
spacerwhy did you become an artist
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacer
spacerpreviousnext
'; } else if (artist == "mike") { maincontent.innerHTML = '
spacerwhat\'s the worst thing
spacer
spacerhow much fun is your job
spacer
spacerwhy didn\'t you choose the dog
spacer
spacerhow much are the mugs
spacer
spacerhas your dog ever broken any
spacer
spacerdo you like being famous
spacer
spacerhow many cups of coffee
spacer
spacerCoronation Street or Eastenders
spacer
spacerprevious next
'; } } function previousQuestions(speed,artist) { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.close();} } if (artist == "lizzie") { maincontent.innerHTML = '
spacerwhere do ideas come from...
spacer
spacerwhere did you learn the...
spacer
spacerare other basketmakers happy...
spacer
spacerhave you sold work to any...
spacer
spacerwhat are you going to have for...
spacer
spacerwhat is the biggest project you...
spacer
spacerdo your hands hurt?
spacer
spacerwhat do you think success is?
spacer
spacerpreviousnext
'; } else if (artist == 'mike') { maincontent.innerHTML = '
spaceris there a machine that can do...
spacer
spacerhave you ever exhibited in a...
spacer
spacerhow important is a sketchbook?
spacer
spacerwhat is success?
spacer
spacerwhy did you become an artist?
spacer
spacerhow often do you use the wheel?
spacer
spacerdo you prefer the wheel to coil...
spacer
spaceris the wheel used as much...
spacer
spacerprevious next
'; } else if (artist == 'paul') { maincontent.innerHTML = '
spacerwhat do you like about being...
spacer
spacerhow long does it take to make...
spacer
spacerhow much is a plate?
spacer
spacerwhy did you make a plate...
spacer
spacerwhy did you want to become...
spacer
spacerhow old are you?
spacer
spacerwhere do you get your themes...
spacer
spacerwhat is your favourite football...
spacer
spacerprevious next
'; } } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // INFLUENCES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function influquestions(number,speed,artist) { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { MM_swapImage('playbutt','','../../images/learners/mediaplayer/play_on.gif','pausebutt','','../../images/learners/mediaplayer/pause_off.gif','rewbutt','','../../images/learners/mediaplayer/rew_off.gif',0); if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.controls.stop();WMP7.close();} } movieframe.innerHTML = ''; movieframe.innerHTML = ''; } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // TECHNIQUES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function techQuestion(number,speed,artist) { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { MM_swapImage('playbutt','','../../images/learners/mediaplayer/play_on.gif','pausebutt','','../../images/learners/mediaplayer/pause_off.gif','rewbutt','','../../images/learners/mediaplayer/rew_off.gif',0); if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.controls.stop();WMP7.close();} } movieframe.innerHTML = ''; movieframe.innerHTML = ''; } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // WORKSHOPS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function secondworkpage(number,speed,artist) { if (artist == 'lizzie') { maincontent.innerHTML = '
spacerwhat is sculpture?
spacer
spacerworking with withies and tape
spacer
spacermaking a plait
spacer
spacermaking a framework
spacer
spacertrimming with pliers
spacer
spacermaking the tail
spacer
spacercovering with newspaper
spacer
spacertissue paper decoration
spacer
spacerend product
'; } else if (artist == 'mike') { maincontent.innerHTML = '
spacercut the clay
spacer
spacermake a ball
spacer
spacersqueeze and turn
spacer
spacermake a coil
spacer
spacerjoin a coil part one
spacer
spacerjoin a coil part two
spacer
spacersmooth with a plastic card
spacer
spacerdecorating with stamps
spacer
spacerfinished pot
'; } else if (artist == 'paul') { maincontent.innerHTML = '
spacergetting started
spacer
spacerdesigning
spacer
spacercutting the stencils
spacer
spacermixing the ink
spacer
spacerprinting the first colour
spacer
spacerprinting the second colour
spacer
spacerprinting the third colour
spacer
spacerrepeating the pattern
spacer
spacerfinished prints
'; } else if (artist == 'chunchao') { movieframe.innerHTML = 'The nine video clips will give you
ideas to help you improve your
drawing skills. The clips are a
mix of short individual activities
and large scale group drawing projects.
For more information see the Teachers
section. This content was produced
in collaboration with Louise Bradley.'; maincontent.innerHTML = '
spacerabout this workshop
spacer
spacerdrawing with a wax crayon
spacer
spacerdrawing with a brush
spacer
spacerdrawing tones
spacer
spacerdrawing shadow
spacer
spacerdrawing negative space
spacer
spacerlarge group drawing, part 1
spacer
spacerlarge group drawing, part 2
spacer
spacera teacher speaks
'; } else if (artist == 'exhib') { movieframe.innerHTML = 'Visiting a gallery is not always as good an experience
as it should be. To help you get more from your trip
our classroom workshop led by Cherie Trelogan
guides you around a typical visit.

In the Gallery is your chance to be an art critic.
This interactive tool allows you to view works of art and give them scores out of 100.
You can submit your scores to the National vote.

All works copyright of the artists or The Bowes Museum.
For more information see the Teachers section.'; maincontent.innerHTML = '
spacerlooking at traditional portraits
spacer
spacerlooking at traditional landscapes
spacer
spacerlooking at traditional still life
spacer
spacerlooking at modern portraits
spacer
spacerlooking at modern landscapes
spacer
spacerlooking at modern still life
spacer
spacerfollow up portraits
spacer
spacerfollow up landscape and still life
spacer
spacerteachers\' tips
'; } } function workshopQuestions(number,speed,artist) { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else { MM_swapImage('playbutt','','../../images/learners/mediaplayer/play_on.gif','pausebutt','','../../images/learners/mediaplayer/pause_off.gif','rewbutt','','../../images/learners/mediaplayer/rew_off.gif',0); if (window.idI) {window.clearInterval(idI);} if (window.WMP7) {WMP7.close();} } movieframe.innerHTML = ''; } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // KIDZ GALLERY ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function loadBigPic(artist,pic) { document.getElementById("display").innerHTML = ''; display.innerHTML = ''; } function kidsGalleryThumbs(artist,page) { if (artist == 'chunchao') { document.getElementById("thumbFrame").innerHTML = '
spacerspacerspacerspacerspacer
spacerpic1spacerpic2spacer
spacerspacerspacerspacerspacer
pic3spacerpic4spacer
spacerspacerspacerspacerspacer
spacerpic5spacerpic6spacer
spacerspacerspacerspacerspacer
spacerpic5spacerpic5spacer
'; thumbFrame.innerHTML = '
spacerspacerspacerspacerspacer
spacerpic1spacerpic2spacer
spacerspacerspacerspacerspacer
pic3spacerpic4spacer
spacerspacerspacerspacerspacer
spacerpic5spacerpic6spacer
spacerspacerspacerspacerspacer
spacerpic5spacerpic5spacer
'; document.getElementById("thumbArrows").innerHTML = ''; thumbArrows.innerHTML=''; } if (artist == "lizzie") { if (page == 1) { document.getElementById("thumbFrame").innerHTML = '
spacerspacerspacerspacerspacer
spacercoppiced ash nestspacerlarge willow sphere (close up)spacer
spacerspacerspacerspacerspacer
 large willow spherespacerliving willow spherespacer
spacerspacerspacerspacerspacer
spacerlizzie with living willow spherespacersweet pea climber and spacer
spacerspacerspacerspacerspacer
spacerspacerspacerspacerspacer
'; thumbFrame.innerHTML = '
spacerspacerspacerspacerspacer
spacercoppiced ash nestspacerlarge willow sphere (close up)spacer
spacerspacerspacerspacerspacer
 large willow spherespacerliving willow spherespacer
spacerspacerspacerspacerspacer
spacerlizzie with living willow spherespacersweet pea climber and spacer
spacerspacerspacerspacerspacer
spacerspacerspacerspacerspacer
'; document.getElementById("thumbArrows").innerHTML = ''; thumbArrows.innerHTML=''; } } if (artist == "mike") { if (window.page == 1) { document.getElementById("thumbFrame").innerHTML = '
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
'; thumbFrame.innerHTML = '
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
'; document.getElementById("thumbArrows").innerHTML = ''; thumbArrows.innerHTML=''; } } if (artist == "paul") { document.getElementById("thumbArrows").innerHTML = '
spacer
previous thumbnails
spacer
next thumbnails
'; if (page == 1) { document.getElementById("thumbFrame").innerHTML = '
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
'; thumbFrame.innerHTML = '
spacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
'; } else { document.getElementById("thumbFrame").innerHTML ='
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacerspacerspacer
'; document.getElementById("thumbArrows").innerHTML = '
spacer
previous thumbnails
spacer
next thumbnails
'; thumbFrame.innerHTML = '
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacer
spacerspacerspacerspacerspacer
spacerspacerspacerspacerspacer
'; } thumbArrows.innerHTML='
spacer
previous thumbnails
spacer
next thumbnails
'; } } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // GALLERY ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// lizzieschool1 = '
peacock sculptureworking on swanworking on peacock
willow fish sculpturewillow fish sculpturedragonflies
working with willowworking on peacockswan sculpture
'; lizzieschool2 = ''; lizzieartist1 = '
picture1picture2picture3
picture4picture5picture6
picture7picture8picture9
'; lizzieartist2 = '
picture10picture11picture12
picture13picture14picture15
picture16picture17picture18
'; mikeschool1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; mikeschool2 = ''; mikeartist1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; mikeartist2 = ''; paulschool1 = 'Your print could appear here,
submit your work now and possibly win a prize.'; paulschool2 = ''; paulartist1 = '
picture1 picture2 picture3
picture4picture5 picture6
picture7picture8picture9
'; paulartist2 = '
picture10 picture11 picture12
picture13picture13*
'; chunchaoartist1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; chunchaoartist2 = ''; chunchaoschool1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; chunchaoschool2 = ''; gordonartist1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; gordonartist2 = ''; gordonschool1 = '
picture1 picture2 picture3
picture4 picture5 picture6
picture7 picture8 picture9
'; gordonschool2 = ''; function loadPicture(number,artist) { movieframe.innerHTML = ''; holdnumber = number; galleryview = "pictures"; pagenums.innerHTML = ''; } function loadartPicture(number,artist) { movieframe.innerHTML = ''; holdnumber = number; galleryview = "pictures"; pagenums.innerHTML = ''; } function next() { if (galleryview == 'thumbnails') { if (gallerypage < galleryTotalPages) { gallerypage ++; loadThumbs(galleryartist,gallerytype,gallerypage); } } else if (galleryview == 'pictures') { if (holdnumber < (galleryTotalPages*9)) { holdnumber ++; } if (gallerytype == "artist") { movieframe.innerHTML = ''; } if (gallerytype == "school") { movieframe.innerHTML = ''; } } } function previous() { if (galleryview == 'thumbnails') { if (gallerypage > 1) { gallerypage --; loadThumbs(galleryartist,gallerytype,gallerypage); } } else if (galleryview == 'pictures') { if (holdnumber > 1) { holdnumber --; } if (gallerytype == "artist") { movieframe.innerHTML = ''; } if (gallerytype == "school") { movieframe.innerHTML = ''; } } } function loadThumbs(artist,type,page) { if (type == 'return') { type = gallerytype; } if (page == 99) { if (holdnumber < 10) { page = 1; } else if (holdnumber > 9 && holdnumber < 19) { page = 2; } else if (holdnumber > 18 && holdnumber < 28) { page = 3; } else if (holdnumber > 27 && holdnumber < 37) { page = 4; } } holdnumber = 0; galleryview = "thumbnails"; galleryartist = artist; gallerytype = type; gallerypage = page; if (artist == "lizzie") { if (type == "artist") { galleryTotalPages = 2; } else if (type == "school") { galleryTotalPages = 1; } } else if (artist == "mike") { if (type == "artist") { galleryTotalPages = 2; } else if (type == "school") { galleryTotalPages = 1; } } else if (artist == "paul") { if (type == "artist") { galleryTotalPages = 2; } else if (type == "school") { galleryTotalPages = 1; } } else if (artist == "chunchao") { if (type == "artist") { galleryTotalPages = 1; } else if (type == "school") { galleryTotalPages = 1; } } else if (artist == "gordon") { if (type == "artist") { galleryTotalPages = 1; } else if (type == "school") { galleryTotalPages = 1; } } movieframe.innerHTML = eval(artist+type+page); pagenums.innerHTML = 'page '+page+' of '+galleryTotalPages; } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // MEDIA CONTROLS ////////////////////////////////////////////////////////////////////// hold = 0; mute = 0; showing = 0; function UpdateDP() { if (window.WMP7) { bob = ((210/100)*WMP7.network.downloadProgress); if (bob > hold) {if(window.loadbar){loadbar.width = Math.round(bob);}} hold = bob; } } function ShowPCcontrols () { if (navigator.userAgent.indexOf("Mac") >= 0) {os = "Macintosh";} else {if (showing != 1) {showing=1; if (controlsBox) {controlsBox.innerHTML = '
download progress bar
 
play
pause
rewind
mute
full screen
';}} else {loadbar.width = 0;} } } function ShowFullScreen () { if (navigator.userAgent.indexOf("Mac") >= 0) { os = "Macintosh"; } else { if (controlsBox) { controlsBox.innerHTML = '  '; } } } function playAudio () { playdiv.innerHTML = 'play button'; pausediv.innerHTML = 'pause button'; rewdiv.innerHTML = 'rewind button'; } function rewAudio () { playdiv.innerHTML = 'play button'; pausediv.innerHTML = 'pause button'; rewdiv.innerHTML = 'rewind button'; } function pauseAudio() { playdiv.innerHTML = 'play button'; pausediv.innerHTML = 'pause button'; rewdiv.innerHTML = 'rewind button'; } function muteAudio() {if(window.WMP7) { if(mute==0){mutediv.innerHTML='';mute=1;WMP7.settings.mute='true';} else if(mute==1){mutediv.innerHTML='';mute=0;WMP7.settings.mute='false';} }} function nearhighStream() { movieframe.innerHTML = ''; } function farhighStream() { movieframe.innerHTML = ''; } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // MACROMEDIA IMAGE SWAPPER //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i