

function ResCheck()
{

if( self.innerWidth < 631 )
{
	if( self.innerWidth < 631 )
	{
  
    alert( "This website for Innovation Landscaping is designed for" +
            " screen resolution of 640x480 or larger. Your window will attemp to be resized" +
            " for accurate viewing. " );
	}

	if( self.innerWidth < 631 )
    {
     self.moveTo( 0, 0 );
     self.resizeTo( screen.availWidth, screen.availHeight );
    }
}
  If (self.innerWidth > 631 )
  {
  	If (self.innerWidth > 800 )
  	{
  	document.getElementById('maintable').style.width = '780px'; 
  }
}

function showElement(layer){
var myLayer = document.getElementById(layer);
if(myLayer.style.display=="none"){
myLayer.style.display="block";
myLayer.backgroundPosition="top";
}
}



function HideElement(layer){
var myLayer = document.getElementById(layer);
if(myLayer.style.display=="block"){
myLayer.style.display="none";
myLayer.backgroundPosition="top";
} 
}


/*******************************************************
*******************************************************
        No Right Click Script "SILENT" BEGIN
*******************************************************
*******************************************************/

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

/******************************************************
*******************************************************
        No Right Click Script "SILENT" ENDS
*******************************************************
*******************************************************/
