
var newwindow;

function OpenLinkRequest()
{
	newwindow=window.open('http://www.myfoundationrepairs.com/Link_Request_Form.html','name','height=900,width=825');
	if (window.focus){newwindow.focus()}
}
