Show * Example
Non-Nk Debug

Function Title

Description

A Description for the function

Usage

eg: NKMoonOnStick("magic", "beans")

Example

<a href="#" onClick="showMoonStick();">Show NKMoonOnStick</a>

When the link is clicked, blah blah blah

function showAlert()
{
NKAlert("Alert Title", "Your message goes here");
}