﻿window.onload = function()
{
    if (xHeight("content") >= 700 || xHeight("rail") >= 700)
    {
        xHeight("contentContainer", Math.max(xHeight("content"), xHeight("rail")) + 20);
    }
    
    displayFlash();
}

function displayFlash()
{    
    if (document.getElementById("xtractorVideo"))
    {
	    var so = new SWFObject("../Flash/xtractorVideo.swf", "mymovie", "556", "412", "9", "#000000");
	    so.write("xtractorVideo");
	}
}