﻿if (!window.footer_airwear)
	footer_airwear = {};

footer_airwear.Page = function() 
{
}

footer_airwear.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
		
		// Sample event hookup:	
		rootElement.addEventListener("MouseLeftButtonDown", Silverlight.createDelegate(this, this.handleMouseDown));
	},
	
	// Sample event handler
	handleMouseDown: function(sender, eventArgs) 
	{
		// The following line of code shows how to find an element by name and call a method on it.
		// this.control.content.findName("Storyboard1").Begin();
	}
}

function crizal(sender,args){
    window.open("http://www.crizal.com.mx");
}

function varilux(sender,args){
    window.open("http://www.varilux.com.mx");
}

function airwear(sender,args){
    window.open("http://www.airwear.com.mx");
}

function transitions(sender,args){
    window.open("http://es-la.transitions.com/");
}

function tl(sender,args){
    window.open("http://www.thinandlite.com.mx");
}

function www(sender,args){
    window.open("http://www.essilordirectory.com/default.aspx?lang=es");
}

function liter(sender,args){
    window.open("http://www.kynesis.com.mx");
}

function vx(sender,args){
    	top.frames['conte'].location='http://www.varilux.com.mx/donde_comprar3.asp';
}

function essilor(sender,args){
    window.open("http://www.essilor.com.mx");
}