
	function goPage(what){
		//load new menu/graphic
    if (window.screen) {
      if (screen.availWidth > 800) {
          var sLeft = (screen.availWidth - 800) / 2;
      }else{
          var sLeft = 0;
      }
      if (screen.availHeight > 650) {
          var sTop = (screen.availHeight - 600) / 2;
          }
	  else{
          var sTop = 0;
      	  }
		}
		// set window name
		var now = new Date();
		windowName = "Client" + now.getTime();
    switch (what.innerHTML) {
		//case "History":
				//document.location.href="History.htm";
       // break;
      case "Enter":
				document.location.href="explore_skill_centre_2.htm";
        break;
		case "Clothing Works":
				document.location.href="clothing_works.htm";
        break;
			case "Youth Opportunities Unlimited":
				document.location.href="http://www.you.on.ca/";
        break;
				case "Skill Centre Child Care":
				document.location.href="skill_centre_child_care.htm";
        break;
		
		case "WIL Employment Connections":
				document.location.href="http://www.wil.ca/";
        break;
	case "ESCLM":
				document.location.href="http://www.esclm.ca/";
        break;	
		case "ATN for Persons with Disabilities":
				document.location.href="http://www.atn.on.ca/";
        break;		
		case "Employment Resource Centre":
				document.location.href="http://www.etac.london.on.ca/";
        break;				
	case "Employment Resources Online":
				document.location.href="http://www.links2work.on.ca/";
        break;				
		case "London Interfaith Counselling Centre":
				document.location.href="http://www.licc.on.ca/";
        break;		
		case "Community Access Program":
				document.location.href="http://www.londonurbancap-cb.org/";
        break;			
       case "WIL Conference Centre":
				document.location.href="Conference_center.htm";
        break;     
	       case "Conference Centre":
				document.location.href="Conference_center.htm";
        break;   	
      case "Home":
				document.location.href="home_page.htm";
        break;
      case "Contact us":
				document.location.href="contact_us.htm";
        break;
				case "Gallery":
				document.location.href="breakout_rooms_gallery.htm";
        break;	
				case "Boardroom Gallery":
				document.location.href="boardroom_gallery.htm";
        break;	

		
		}
	}
