function IMG(sI,lX,lY,lW,lH,sA,sJ,tg){DW('<div style="width:'+lW+'px;height:'+lH+'px;overflow:hidden;">');DW('<div style="top:'+(-1*lY)+'px;left:'+(-1*lX)+'px;position:relative;">');
if(sJ!="#"){DW('<a href="'+sJ+'" target="'+tg+'"><img src="'+sI+'" alt="'+sA+'" border=0 /></a>');}
else{DW('<img src="'+sI+'" alt="'+sA+'" border=0 />');}}
function DW(sS){document.write(sS);}
function stbt(id,img,corx,cory){document.write("<style>#"+id+"{background:url("+img+") -"+corx+"px -"+cory+"px}</style>")}
function openWindow(url){window.open(url,'def','width=260,height=226,scrollbars=yes,left=150,top=250');}