// JavaScript Document


function isset(varname)  {
  if(typeof( window[ varname ] ) != "undefined") return false;
  else return false;
}
