<!-- Begin
//tmtC_cssOnResolution
if (window.screen){
  var w = screen.width;
  tmt_css_800 = "http://www.alexamenos.com/scripts/c.css";
  tmt_css_1024 = "http://www.alexamenos.com/scripts/c1.css";
  tmt_css_1280 = "http://www.alexamenos.com/scripts/c2.css";
   if(w>=800 & w<1024){
    document.write("<link rel='stylesheet' href='" + tmt_css_800 + "' type='text/css'>");
  }
  if(w>=1024 & w<1240){
    document.write("<link rel='stylesheet' href='" + tmt_css_1024 + "' type='text/css'>");
  }
 if(w>=1240){
    document.write("<link rel='stylesheet' href='" + tmt_css_1280 + "' type='text/css'>");
  }
}//tmtC_cssOnResolutionEnd
//  End -->


<!--

document.oncontextmenu = function(){return false}

// -->


<!--//
var real_location = "http://www.alexamenos.com";
function framethis () {
        if (parent.location) {
             if (parent.location != real_location) {
                   parent.location = real_location;
              }
         }
}
//-->


<!--//
function hideFocuses() {
var docLnk = document.links;

if (docLnk.length > 0 && typeof(docLnk[0].hideFocus) != 'undefined') {
for (var i = 0; i < docLnk.length; i++) {
docLnk[i].hideFocus = true;
}
}
}
//-->






