function findPos(obj){if(typeof obj=='undefined')return false;var curleft=curtop=0;if(obj.offsetParent){curleft=obj.offsetLeft;curtop=obj.offsetTop;while(obj=obj.offsetParent){curleft+=obj.offsetLeft;curtop+=obj.offsetTop}}return[curleft,curtop]}$(function(){$('#works_web a').lightBox({fixedNavigation:true});$('#works_logo a').lightBox({fixedNavigation:true});$('#works_ill a').lightBox({fixedNavigation:true})});$(document).ready(function(){$('input[name="download"]').click(function(e){$(this).parent().submit()})});
