// Javascript for RPS

// Redirect to a new page, like "/technology/polyjet.php" 
function redirectPage(partialURL)
{
	if (partialURL.length > 2)
		self.location.href = "http://www.rapidprototypingservices.com" + partialURL;
}

