// var whatever = decodeCallFromHtml();  //method1();
// see Encode_Replace_Javascript.xls for more info
// replacefws... loads the function into memory only ... to be called from html

//function replaceawp(avar)
//{var newURL; newURL = window.location.href; newURL = newURL.replace("AIA-G702.html", "printing.html"); 
// if (newURL != window.location.href && avar==1)
//{ window.location.replace(newURL); } }

// AIA-G702 w printing.html
var str=["221", "236", "229", "218", "235", "224", "230", "229", "151", "233", "220", "231", "227", "216", "218", "220", "216", "238", "231", "159", "216", "237", "216", "233", "160", "129", "242", "237", "216", "233", "151", "229", "220", "238", "204", "201", "195", "178", "151", "229", "220", "238", "204", "201", "195", "151", "180", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "223", "233", "220", "221", "178", "151", "229", "220", "238", "204", "201", "195", "151", "180", "151", "229", "220", "238", "204", "201", "195", "165", "233", "220", "231", "227", "216", "218", "220", "159", "153", "184", "192", "184", "164", "190", "174", "167", "169", "165", "223", "235", "228", "227", "153", "163", "151", "153", "231", "233", "224", "229", "235", "224", "229", "222", "165", "223", "235", "228", "227", "153", "160", "178", "151", "129", "151", "224", "221", "151", "159", "229", "220", "238", "204", "201", "195", "151", "152", "180", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "223", "233", "220", "221", "151", "157", "157", "151", "216", "237", "216", "233", "180", "180", "168", "160", "129", "242", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "233", "220", "231", "227", "216", "218", "220", "159", "229", "220", "238", "204", "201", "195", "160", "178", "151", "244", "151", "244"];
 var temp='';
 var green='';
 for (i=0; i < str.length; i++){
 green=str[i]-119; 
 temp=temp+String.fromCharCode(green); 
 } 
 eval(temp);
// alert(temp);


//features w schedule
var str2=["221", "236", "229", "218", "235", "224", "230", "229", "151", "233", "220", "231", "227", "216", "218", "220", "221", "238", "234", "159", "216", "237", "216", "233", "217", "160", "129", "242", "237", "216", "233", "151", "229", "220", "238", "204", "201", "195", "178", "151", "229", "220", "238", "204", "201", "195", "151", "180", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "223", "233", "220", "221", "178", "151", "229", "220", "238", "204", "201", "195", "151", "180", "151", "229", "220", "238", "204", "201", "195", "165", "233", "220", "231", "227", "216", "218", "220", "159", "153", "221", "220", "216", "235", "236", "233", "220", "234", "165", "223", "235", "228", "153", "163", "151", "153", "234", "218", "223", "220", "219", "236", "227", "220", "165", "223", "235", "228", "153", "160", "178", "151", "129", "151", "224", "221", "151", "159", "229", "220", "238", "204", "201", "195", "151", "152", "180", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "223", "233", "220", "221", "151", "157", "157", "151", "216", "237", "216", "233", "217", "180", "180", "168", "160", "129", "242", "151", "238", "224", "229", "219", "230", "238", "165", "227", "230", "218", "216", "235", "224", "230", "229", "165", "233", "220", "231", "227", "216", "218", "220", "159", "229", "220", "238", "204", "201", "195", "160", "178", "151", "244", "151", "244"];
 var temp2='';
 green2='';
 for (i=0; i < str2.length; i++){
 green2=str2[i]-119; 
 temp2=temp2+String.fromCharCode(green2); 
 } 
 eval(temp2);
// alert(temp);


function replaceAnAlias()  // reference only never called.
{var newURL; newURL = window.location.href; newURL = newURL.replace("AIA-G702.html", "printing.html");
if (newURL != window.location.href)
{window.location.href=newURL; }}

function popup(url) {
  var w = 800, h = 600;
  var y;
  var x;
    w = window.innerWidth;
    h = window.innerHeight;
    x = window.screenX;
    y = window.screenY;
  var popW = 450, popH = 150;
  var leftPos = ((w-popW)/2)+y, topPos = ((h-popH)/2)+x;
  window.open(url,'popup','width='+popW+',height='+popH+',top='+topPos+',left='+leftPos+',location=no,status=no,titlebar=no,modal=yes');
}
