function flashMovie()
{
   document.write('<object type="application/x-shockwave-flash" data="flash/lynx.swf" width="700" height="450">\n');
   document.write('<param name="movie" value="flash/lynx.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
}

//pop-up
function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
	newWindow=window.open(URLtoOpen, windowName, windowFeatures); 
}

// This is only needed for Netscape browsers.
function flashGetHref() { return location.href; }
function flashPutHref(href) { location.href = href; }
function flashGetTitle() { return document.title; }
function flashPutTitle(title) { document.title = title; }

// Store document title so we can retrieve it
docTitle = "Lynx International Sportswear Ltd.";

