

   if (top.location != location) 
      {
        top.location.href = document.location.href ;
      }


function openPicts(theURL,winName) { //v2.0 
    window.open(theURL,winName,'height=500,width=751,toolbar=0,resizable=0,menubar=0,scrollbars=0');
}

function newWin(theURL,winName) { //v2.0 
    window.open(theURL,winName,'height=500,width=475,toolbar=1,resizable=0,menubar=0,scrollbars=1');
}

function newWin2(theURL,winName) { //v2.0 
    window.open(theURL,winName,'height=550,width=512,toolbar=0,resizable=0,menubar=0,scrollbars=1');
}
function pictWin(theURL,winName) { //v2.0 
    window.open(theURL,winName,'width=580,height=500,toolbar=0,resizable=1,menubar=0,scrollbars=1');
}



if (document.images) {
		routines_on = new Image
		routines_off = new Image		
		curriculum_on = new Image
		curriculum_off = new Image
		artworks_on = new Image
		artworks_off = new Image
		studyGroup_on = new Image
		studyGroup_off = new Image
		kids_on = new Image
		kids_off = new Image
		blog_on = new Image
		blog_off = new Image
		cambridge_on = new Image
		cambridge_off = new Image
		feedback_on = new Image
		feedback_off = new Image
		thinking_on = new Image
		thinking_off = new Image
		palette_on = new Image
		palette_off = new Image
		visible_on = new Image
		visible_off = new Image

		
		routines_off.src = "images/buttons/routines_ac.jpg"
		routines_on.src = "images/buttons/routines_mo.jpg"
		
		curriculum_off.src = "images/buttons/curricConnect_ac.jpg"
		curriculum_on.src = "images/buttons/curricConnect_mo.jpg"
		
		artworks_off.src = "images/buttons/artImages_ac.jpg"
		artworks_on.src = "images/buttons/artImages_mo.jpg"
		
		studyGroup_off.src = "images/buttons/studyGroups_ac.jpg"
		studyGroup_on.src = "images/buttons/studyGroups_mo.jpg"
		
		kids_off.src = "images/buttons/forKids_ac.jpg"
		kids_on.src = "images/buttons/forKids_mo.jpg"
		
		blog_off.src = "images/buttons/blog_ac.jpg"
		blog_on.src = "images/buttons/blog_mo.jpg"
		
		feedback_off.src = "images/buttons/feedback_ac.jpg"
		feedback_on.src = "images/buttons/feedback_mo.jpg"
		
		thinking_off.src = "images/buttons/thiningDispositions_ac.jpg"
		thinking_on.src = "images/buttons/thiningDispositions_mo.jpg"
		
		palette_off.src = "images/buttons/artfulPalette_ac.jpg"
		palette_on.src = "images/buttons/artfulPalette_mo.jpg"
		
		visible_off.src = "images/buttons/visibleThinking_ac.jpg"
		visible_on.src = "images/buttons/visibleThinking_mo.jpg"
		
		cambridge_off.src = "images/buttons/cambridgeTeam_ac.jpg"
		cambridge_on.src = "images/buttons/cambridgeTeam_mo.jpg"
		
		
		}
		
function light_on(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "_on.src");
}
}

function light_off(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "_off.src");
}
}



