var copyrightMsg = "*All art presented here is protected by international copyright laws and use of any art's image or derivative , in whole or in part, requires written permission from the artist."
var copyright2002 = "Copyright &#169; 2002 JudeRemedios.com &nbsp; &nbsp; All rights reserved."
var copyright2003 = "Copyright &#169; 2003 JudeRemedios.com &nbsp; &nbsp; All rights reserved."
var copyright2004 = "Copyright &#169; 2004 JudeRemedios.com &nbsp; &nbsp; All rights reserved." 
var copyright2005 = "Copyright &#169; 2005 JudeRemedios.com &nbsp; &nbsp; All rights reserved." 
var copyright2006 = "Copyright &#169; 2006 JudeRemedios.com &nbsp; &nbsp; All rights reserved." 
var copyright2007 = "Copyright &#169; 2007 JudeRemedios.com &nbsp; &nbsp; All rights reserved." 

var remediosSoftware = "*All computer software systems on this site were designed &amp; developed by Remedios.com &nbsp; &nbsp; &nbsp; software@remedios.com"
var softwareCompanyFooter = "*All computer software systems on this site were designed &amp; developed by  <a class=\"display-text\" href=\"http://www.whiterockpages.com/_sn_/app/top/sn_index.jsp\" onclick=\"window.open(this.href,'StarNord.com','toolbar=0,location=0,scrollbars=1,width=700,height=500,resizable=1'); return false\" onMouseOver=\"window.status = '';return true\"><font class='display-small-text-4-blu'><b>StarNord.com</b></a></font>"

function openWindowNbrTools_Size(windowNbr, windowWidth, windowHeight) {
  window.open(""
             ,windowNbr
             ,'toolbar=1,location=0,scrollbars=1,width=' + windowWidth + ',height=' + windowHeight + ',resizable=1');
}


function openWindowNbrNoTools_Size(windowNbr, windowWidth, windowHeight) {
  window.open(""
             ,windowNbr
             ,'toolbar=0,location=0,scrollbars=1,width=' + windowWidth + ',height=' + windowHeight + ',resizable=1');
}


//function openWindowAll(windowNbr, windowWidth, windowHeight) {
//  window.open(""
//             ,windowNbr
//             ,'toolbar=1,location=1,scrollbars=1,menubar=1,width=' + windowWidth + ',height=' + windowHeight + ',resizable=1');
//}

function openWindowAll(windowNbr, windowWidth, windowHeight) {
  window.open(""
             ,windowNbr
             ,'toolbar=1,location=1,scrollbars=1,menubar=1,resizable=1');
}



function openWindowAll_Size(windowNbr, windowWidth, windowHeight) {
  window.open(""
             ,windowNbr
             ,'toolbar=1,location=1,scrollbars=1,menubar=1,width=' + windowWidth + ',height=' + windowHeight + ',resizable=1');
}


function isEmpty(str) {
  if (str == null || str == "") {
     return true
  }
  return false 
}


function trim(s) {
  while (s.substring(0,1) == ' ') {
    s = s.substring(1,s.length);
  }
  while (s.substring(s.length-1,s.length) == ' ') {
    s = s.substring(0,s.length-1);
  }
  return s;
}


