function Setlink()
{
var str="";
str+="<table cellpadding=0 cellspacing=0 border=0  width=165>";
str+="<tr><td valign=top><img src='regent/productrange.gif' width=165 height=177 border=0 usemap='#pdtrange'></td></tr>";
str+="<tr><td align='center'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='162' height='121'>";
str+="<param name='movie' value='products_new.swf'>";
str+="<param name='quality' value='high'>";
str+="<embed src='products_new.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='162' height='121'></embed></object></td>";
str+="</tr></table>";
str+="<map name='pdtrange'>";
str+="<area shape='rect' coords='1,23,155,44' onmouseover='lhideall();' href='puresorbe.html'>";
str+="<area shape='rect' coords='1,45,155,66' onmouseover='lmenu(0);' href='cleaning_technology.asp'>";
str+="<area shape='rect' coords='1,66,154,88' onmouseover='lmenu(1);' href='protection.asp'>";
str+="<area shape='rect' coords='1,88,154,110' onmouseover='lmenu(2);' href='lubrication.asp'>";
str+="<area shape='rect' coords='1,111,155,133' onmouseover='lmenu(3);' href='surface_technology.asp'>";
str+="<area shape='rect' coords='1,133,155,154' onmouseover='lmenu(4);' href='ecotex.asp'>";
str+="<area shape='rect' coords='1,155,156,176' onmouseover='lmenu(5);' href='equipment.html'>";
str+="</map>";
document.write(str);
}