// JavaScript source for Framingham Welding


function Map (){
document.write("<MAP NAME=\"home\">")
document.write("<AREA ALT=\"Home\" COORDS=\"26,8,106,86\" HREF=\"home.html\" SHAPE=\"RECT\">")
document.write("<AREA SHAPE=\"RECT\" COORDS=\"140,23,140,23\">")
document.write("<AREA ALT=\"Home\" COORDS=\"114,53,573,24\" HREF=\"home.html\">")
document.write("<AREA ALT=\"Machining\" COORDS=\"331,60,525,74\" HREF=\"machining.html\" SHAPE=\"RECT\">")
document.write("<AREA SHAPE=\"RECT\" COORDS=\"234,87,234,87\">")
document.write("<AREA ALT=\"Fabrication and Welding\" COORDS=\"114,60,321,75\" HREF=\"fabwelding.html\" SHAPE=\"RECT\"></MAP>")
}
function Address(){
document.write("<DIV CLASS=\"addressbox\">P.O. Box 112<BR>120 Leland Street<BR>Framingham, MA 01702-7417<BR><BR><STRONG>508-875-3563 Phone<BR>508-626-4234 Fax<BR></STRONG></DIV><BR>")
}
function openWin(url,id) {
	switch(id){
	case 'new':
	aWindow = window.open("","theAWindow","width=740,height=620,resizable=no,scrollbars=yes");
	aWindow.focus();
	aWindow.location.href = url;
	aWindow.moveTo(30,30);
	break;
	}
}

