
'Charles Bryan " mr. pogi" Remo
Class CPTTLib
    Private m_oAdapter
    Private m_oUtils
    Private m_sCurrentPage
    Private m_sLastPage
        
 
End Class

' Disable the browser's built-in context menus.
'-
Sub document_oncontextmenu

    On Error Resume Next
	window.event.returnValue = False
	
End Sub

