﻿


function hyperlink_MouseLeave(sender, args) {
    sender.findName("mainCanvas").Cursor = "arrow";
}
function hyperlink_MouseLeftButtonDown(sender, args) {
    window.location = "default.htm";
}

function video_start(sender, args) {
    sender.findName("gwenvideo").play();
}

function video_stop(sender, args) {    
    sender.findName("gwenvideo").stop();
}

function video_pause(sender, args) {    
    sender.findName("gwenvideo").pause();
}
function restart(sender, args) {
    window.location = "gwentwodays.htm"
}
function restart2(sender, args) {
    window.location = "gwensmiles.htm"
}
function restart3(sender, args) {
    window.location = "gwenday.htm"
}
function restart4(sender, args) {
    window.location = "gwendad.htm"
}
function restart5(sender, args) {
    window.location = "gwenmom.htm"
}
function restart6(sender, args) {
    window.location = "gwentwoandahalfmonths.htm"
}
function restartfu(sender, args) {
    window.location = "default.htm"
}
function restartqt(sender, args) {
    window.location = "quiettime.asp"
}
function restartdd(sender, args) {
    window.location = "daydream.asp"
}
function restartss(sender, args) {
    window.location = "sosmart.asp"
}
function restartcu(sender, args) {
    window.location = "climbingup.asp"
}


