// Copyright Mark McDermott

if (document.all || document.layers)
{
  window.moveTo(0,0);
  window.resizeTo(screen.availWidth,screen.availHeight)
} else if (window.screen) {
  window.moveTo(0,0);
  window.outerHeight = screen.availHeight;
  window.outerWidth = screen.availWidth;
}

function clickHome() {
window.location.href='http://www.flatterfirmerabs.com/'
}


function video() {
window.open('http://www.flatterfirmerabs.com/','flatfirmabs','toolbar=yes,scrollbars=yes,height=570,width=760');window.open('http://youtube.com/watch?v=m80Xp5KsbZY','youtune','toolbar=yes,scrollbars=yes,height=590,width=780');

}