function xysp0002(book) { var x,y; //alert("mouse x="+mouse_x); //alert("mouse y="+mouse_y); x=mouse_x-document.getElementById("div1010t1").offsetLeft-document.getElementById("promo_sprd").offsetLeft; y=mouse_y-document.getElementById("div1000").offsetTop-document.getElementById("div1001").offsetTop-document.getElementById("promo_sprd").offsetTop; x=x/(document.getElementById("promo_spread").height)*900; y=y/(document.getElementById("promo_spread").height)*900; // y / height on screen * actual file size = point on image //alert(x +" "+ y); //alert(book); var xy = [ ["",0,0] ,["0001CH2672/E 10KT W&Y",476,273,] ,["0001CH2672/P 10KT W&Y",645,318,] ,["0001CH2685/E 10KT W&PK",398,441] ,["0001CH2685/P 10KT W&PK",546,463] ,["0001CH2690/P 10KT WG",149,575] ,["0001CH2686/P 10KT PINK",261,579] ,["0001CH2679/P 10KT WG",356,622] ,["0001CH2679/E 10KT WG",487,595] ,["0001CH2684/P 10KT W&PK",215,767] ,["0001CH2675/P 10KT W&PK",353,796] ]; var minx; minx=0; for (i=0; i0) { ItemDetail(xy[minx][0].substr(4,10),xy[minx][0].substr(14,10),"","1","","","","FLYER",""); // item, karat, colour,qty,sz,desc,price,tab,row) } }