function detailThisOnce(id,img_name){ winObj=window.open('http://jogjamarket.com/image/product/'+id+'/'+img_name+'/vieworiginal/', "summer","width=500,height=550,resizable=yes,scrollbars=yes,location=yes"); winObj.moveTo(100,100); // Move to left-hand corner of screen winObj.focus(); }