/*--- Avanquest WebEasy External Script ---*/

/* -------------------------------------------- */
/* Embed Adobe PDF Document                     */
/* -------------------------------------------- */

function weAddPdfView(url, dmx, dmy)
{
    document.writeln(
        '<iframe src="' + url + '" width="' + dmx + '" height="' + dmy + '"' +
        ' scrolling="no" frameborder="0">' +
        '  Your browser does not support IFRAMEs.' +
        '  The contents of the IFRAME can be viewed' +
        '  <a href="' + url + '" target="_blank">here</a>.' +
        '</iframe>');
}



/*--- EndOfFile ---*/

