/* Popup code generated by PopUpMaster Pro from PopUpMaster.com */
var exit = true;

function noPopup()
{
        exit = false;
}

function popup(domain, h, w)
{	
	if(exit)
        {
                var options = "height=" + h + ",width=" + w + ",top=0,left=0,location=no,menubar=no,resizable=1,scrollbars=1,status=no,titlebar=no,toolbar=no,directories=no";

                window.open(domain,"",options);
        }
}

function popupFull(domain, h, w)
{
        if(exit)
        {
                var options = "height=" + h + ",width=" + w + ",top=0,left=0,resizable=1,scrollbars=1";

                window.open(domain,"",options);
        }
}

function popupHelp(id)
{
                var options = "height=400,width=500,top=0,left=0,location=no,menubar=no,resizable=1,scrollbars=1,status=no,titlebar=no,toolbar=no,directories=no";
                var domain = "help.php?topicid=" + id;

                window.open(domain,"",options);
}
