/*
    mpjs.js
    
    By Roy Schleicher Jr.
    Metalplate Galvanizing, L.P.
    All Rights Reserved.
    Copyright 2011.
*/

<!--

function factselect(facturl)
{
	window.open(facturl);
	return true;
}

function linkselect(linkurl)
{
	window.open(linkurl);
	return true;
}

function spanhover(obj)
{
	obj.style.background = "#CCCCCC";
}

function spanunhover(obj)
{
	obj.style.background = "none";
}


function seeimg(imgnum, locnum)
{
	urlredirect = "http://www.metalplate.com/mp/picviewer.php?i=" + imgnum;
	urlredirect += "&l=" + locnum;
	
	location.href = urlredirect;
}


// -->



