function clearIt() 
{
	document.getElementById('content').innerHTML = '';
}
function styleIt() 
{
	document.getElementById('content').style.display = 'none';
}
function print_page() 
{  
 width=585;
 height=500;
 print_win=window.open('PrintTemplate.htm','PrintPage','width='+width+',height='+height+', top='+((screen.availHeight/2)-(height/2))+',left='+((screen.availWidth/2)-(width/2))+',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
 print_win.focus();  	  
}
function redirect(url) 
{ 
	window.location = url;
}

function openChildWindow1(url)
{
	window.open('http://www.grinnellpavers.com/content/view/19/21/','PrintPage','width='+width+',height='+height+', top='+((screen.availHeight/2)-(height/2))+',left='+((screen.availWidth/2)-(width/2))+',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
}

function openChildWindow(url) 
{
	window.open( url, "Products", "status = 1, height = 600, width = 800, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory= no" );
}

function openMaterialPic(url) 
{	
	matpic = window.open( 'http://djmdealers.com/' + url, "MaterialDetails", "status=no, height = 263, width = 300, toolbar=no, menubar=no, scrollbars=no, resizable=no, copyhistory= no" );
	matpic.focus();	
}