
function flashit(swfname, width, height)
{
    document.write('<embed src="http://www.beyondpix.com/bpsite07/' + swfname + '.swf?' + location.search.substring(1) + '" quality="high" wmode="opaque" bgcolor="#ffffff" width="' + width + '" height="' + height + '" name="" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}

function flashit_old(swfname, width, height)
{
    document.write('<embed src="http://www.beyondpix.com/bpsite07/' + swfname + '.swf" quality="high" wmode="transparent" wmode="opaque" bgcolor="#ffffff" width="' + width + '" height="' + height + '" name="" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}


