
// this file contains javascript that is used on all pages


function sizing_guide()
{
    var url = "../apparel/sizing_guide.html";
    var window_features = "width=660,height=510";

    window.open(url, "sizing_guide", window_features);
}


function open_link(url)
{
	window.open(url, '_new');
}	
