

var MESSAGE = JRUN_MESS1();
var MESSAGE2 = JRUN_MESS2();
var MESSAGE3 = JRUN_MESS3();
var MESSAGE4 = JRUN_MESS4();


//FOR VP ASK,COMMENT,SUBSCRIBE
function DML_ISJ(){
var ISFR = document.JSP;
if (ISFR){return(false);}
else{return(true);}
	}

//FOR VP SEARCH SERVER 
function DML_ISS(){
var ISFR = document.JSS;
if (ISFR){return(true);}
else {
alert(MESSAGE);
document.location.replace('index0.shtm');
return(false);
}}

//FOR EMAIL RESPONDER
function DML_JSS(){
var ISFR = document.JSP;
if (ISFR){return(true);}
else {
alert(MESSAGE2);
return(false);
}}

//FOR INDEX.HTML ON WWWROOT - Not used
function DML_JSJ(){
var ISFR = document.JSP;
if (ISFR){return(true);}
else {
alert(MESSAGE3);
return(false);
self.close()}}

//Responder 
function JDOWN(){alert(MESSAGE4);}
