﻿// JScript File


function InvExhPDF()
{
    var pg = 'documents/invisible_exhibitor.pdf';
    window.open(pg,'InvAtt','width=600,height=600,scrollbars=yes,resizable=yes')
}
           
function InvAttPDF()
{
    var pg = 'documents/invisible_attendee.pdf';
    window.open(pg,'InvAtt','width=600,height=600,scrollbars=yes,resizable=yes')
}        

