<!--
if(window.top.frames.length==0){
	var winLoc = location.href;
	if(winLoc.indexOf('/industry/') != -1){window.top.location='http://www.pumex.co.uk/frame.html?http://www.pumex.co.uk/industry/frame.html'}
	else if(winLoc.indexOf('/products/') != -1){window.top.location='http://www.pumex.co.uk/frame.html?http://www.pumex.co.uk/products/frame.html'}
	else{window.top.location='http://www.pumex.co.uk/frame.html?'+location.href}
}
-->