



function canvas_MouseEnter(sender,args)
{

   sender.findName("backgroundRectangleExitStoryboard").stop();
   
   sender.findName("backgroundRectangleStoryboard").begin();
}

function canvas_MouseLeave(sender,args)
{
    sender.findName("backgroundRectangleExitStoryboard").begin();
}


function closeButton_MouseLeftButtonDown(sender, args) {
    window.location =  document.URL.replace("-frames.html", "-noframes.html"); 
     
}

function closeButton_MouseEnter(sender,args)
{
   sender.findName("closeButtonPath").Stroke = "Red";   
   sender.findName("closeButtonMouseExitStoryboard").stop();
   sender.findName("closeButtonMouseEnterStoryboard").begin();
}

function closeButton_MouseLeave(sender,args)
{
	sender.findName("closeButtonPath").Stroke = "White";  
   sender.findName("closeButtonMouseExitStoryboard").begin();
}



function hyperlink_MouseLeftButtonDown_about(sender, args) {
    window.location = "about-frames.html";   
}

function hyperlink_MouseEnter_about(sender,args)
{
      
   sender.findName("aboutLinkStoryboard2").stop();
   sender.findName("aboutLinkStoryboard").begin();
   sender.findName("aboutLinkStoryboard4").stop();
   sender.findName("aboutLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_about(sender,args)
{
    sender.findName("link_background_rect_about").Stroke = "Transparent";
    sender.findName("aboutLinkStoryboard2").begin();
    sender.findName("aboutLinkStoryboard4").begin();
}


// part1
function hyperlink_MouseLeftButtonDown_part1(sender, args) {
    window.location = "FileSetup-frames.html";   
}

function hyperlink_MouseEnter_part1(sender,args)
{
      
   //sender.findName("link_background_rect_part1").Stroke = "RoyalBlue";
   sender.findName("part1LinkStoryboard2").stop();
   sender.findName("part1LinkStoryboard").begin();
   sender.findName("part1LinkStoryboard4").stop();
   sender.findName("part1LinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_part1(sender,args)
{
    sender.findName("link_background_rect_part1").Stroke = "Transparent";
    sender.findName("part1LinkStoryboard2").begin();
    sender.findName("part1LinkStoryboard4").begin();
}


// part2
function hyperlink_MouseLeftButtonDown_part2(sender, args) {
    window.location = "xaml-frames.html";   
}

function hyperlink_MouseEnter_part2(sender,args)
{
      
   //sender.findName("link_background_rect_part2").Stroke = "RoyalBlue";
   sender.findName("part2LinkStoryboard2").stop();
   sender.findName("part2LinkStoryboard").begin();
   sender.findName("part2LinkStoryboard4").stop();
   sender.findName("part2LinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_part2(sender,args)
{
    sender.findName("link_background_rect_part2").Stroke = "Transparent";
    sender.findName("part2LinkStoryboard2").begin();
    sender.findName("part2LinkStoryboard4").begin();
}


// canvas
function hyperlink_MouseLeftButtonDown_canvas(sender, args) {
    window.location = "canvas-frames.html";   
}

function hyperlink_MouseEnter_canvas(sender,args)
{
      
   //sender.findName("link_background_rect_canvas").Stroke = "RoyalBlue";
   sender.findName("canvasLinkStoryboard2").stop();
   sender.findName("canvasLinkStoryboard").begin();
   sender.findName("canvasLinkStoryboard4").stop();
   sender.findName("canvasLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_canvas(sender,args)
{
    sender.findName("link_background_rect_canvas").Stroke = "Transparent";
    sender.findName("canvasLinkStoryboard2").begin();
    sender.findName("canvasLinkStoryboard4").begin();
}


// drawing
function hyperlink_MouseLeftButtonDown_drawing(sender, args) {
    window.location = "drawing-frames.html";   
}

function hyperlink_MouseEnter_drawing(sender,args)
{
      
   //sender.findName("link_background_rect_drawing").Stroke = "RoyalBlue";
   sender.findName("drawingLinkStoryboard2").stop();
   sender.findName("drawingLinkStoryboard").begin();
   sender.findName("drawingLinkStoryboard4").stop();
   sender.findName("drawingLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_drawing(sender,args)
{
    sender.findName("link_background_rect_drawing").Stroke = "Transparent";
    sender.findName("drawingLinkStoryboard2").begin();
    sender.findName("drawingLinkStoryboard4").begin();
}


// cgp
function hyperlink_MouseLeftButtonDown_cgp(sender, args) {
    window.location = "visual-frames.html";   
}

function hyperlink_MouseEnter_cgp(sender,args)
{
      
   //sender.findName("link_background_rect_cgp").Stroke = "RoyalBlue";
   sender.findName("cgpLinkStoryboard2").stop();
   sender.findName("cgpLinkStoryboard").begin();
   sender.findName("cgpLinkStoryboard4").stop();
   sender.findName("cgpLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_cgp(sender,args)
{
    sender.findName("link_background_rect_cgp").Stroke = "Transparent";
    sender.findName("cgpLinkStoryboard2").begin();
    sender.findName("cgpLinkStoryboard4").begin();
}

// images
function hyperlink_MouseLeftButtonDown_images(sender, args) {
    window.location = "image-frames.html";   
}

function hyperlink_MouseEnter_images(sender,args)
{
      
   //sender.findName("link_background_rect_images").Stroke = "RoyalBlue";
   sender.findName("imagesLinkStoryboard2").stop();
   sender.findName("imagesLinkStoryboard").begin();
   sender.findName("imagesLinkStoryboard4").stop();
   sender.findName("imagesLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_images(sender,args)
{
    sender.findName("link_background_rect_images").Stroke = "Transparent";
    sender.findName("imagesLinkStoryboard2").begin();
    sender.findName("imagesLinkStoryboard4").begin();
}


// text
function hyperlink_MouseLeftButtonDown_text(sender, args) {
    window.location = "text-frames.html";   
}

function hyperlink_MouseEnter_text(sender,args)
{
      
   //sender.findName("link_background_rect_text").Stroke = "RoyalBlue";
   sender.findName("textLinkStoryboard2").stop();
   sender.findName("textLinkStoryboard").begin();
   sender.findName("textLinkStoryboard4").stop();
   sender.findName("textLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_text(sender,args)
{
    sender.findName("link_background_rect_text").Stroke = "Transparent";
    sender.findName("textLinkStoryboard2").begin();
    sender.findName("textLinkStoryboard4").begin();
}


// media
function hyperlink_MouseLeftButtonDown_media(sender, args) {
    window.location = "media-frames.html";   
}

function hyperlink_MouseEnter_media(sender,args)
{
      
   //sender.findName("link_background_rect_media").Stroke = "RoyalBlue";
   sender.findName("mediaLinkStoryboard2").stop();
   sender.findName("mediaLinkStoryboard").begin();
   sender.findName("mediaLinkStoryboard4").stop();
   sender.findName("mediaLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_media(sender,args)
{
    sender.findName("link_background_rect_media").Stroke = "Transparent";
    sender.findName("mediaLinkStoryboard2").begin();
    sender.findName("mediaLinkStoryboard4").begin();
}


// animations
function hyperlink_MouseLeftButtonDown_animations(sender, args) {
    window.location = "animations-frames.html";   
}

function hyperlink_MouseEnter_animations(sender,args)
{
      
   //sender.findName("link_background_rect_animations").Stroke = "RoyalBlue";
   sender.findName("animationsLinkStoryboard2").stop();
   sender.findName("animationsLinkStoryboard").begin();
   sender.findName("animationsLinkStoryboard4").stop();
   sender.findName("animationsLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_animations(sender,args)
{
    sender.findName("link_background_rect_animations").Stroke = "Transparent";
    sender.findName("animationsLinkStoryboard2").begin();
    sender.findName("animationsLinkStoryboard4").begin();
}

// scripting
function hyperlink_MouseLeftButtonDown_scripting(sender, args) {
    window.location = "scripting-frames.html";   
}

function hyperlink_MouseEnter_scripting(sender,args)
{
      
   //sender.findName("link_background_rect_scripting").Stroke = "RoyalBlue";
   sender.findName("scriptingLinkStoryboard2").stop();
   sender.findName("scriptingLinkStoryboard").begin();
   sender.findName("scriptingLinkStoryboard4").stop();
   sender.findName("scriptingLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_scripting(sender,args)
{
    sender.findName("link_background_rect_scripting").Stroke = "Transparent";
    sender.findName("scriptingLinkStoryboard2").begin();
    sender.findName("scriptingLinkStoryboard4").begin();
}

// sample
function hyperlink_MouseLeftButtonDown_sample(sender, args) {
    window.location = "controls-frames.html";   
}

function hyperlink_MouseEnter_sample(sender,args)
{
      
   //sender.findName("link_background_rect_sample").Stroke = "RoyalBlue";
   sender.findName("sampleLinkStoryboard2").stop();
   sender.findName("sampleLinkStoryboard").begin();
   sender.findName("sampleLinkStoryboard4").stop();
   sender.findName("sampleLinkStoryboard3").begin(); 
}

function hyperlink_MouseLeave_sample(sender,args)
{
    sender.findName("link_background_rect_sample").Stroke = "Transparent";
    sender.findName("sampleLinkStoryboard2").begin();
    sender.findName("sampleLinkStoryboard4").begin();
}