function getwindowheight() { var windowheight = 0; console.log(window.outerHeight); if (typeof(window.innerheight) == 'number') { windowheight = window.innerheight; } else { if (document.documentElement && document.documentElement.clientheight) { windowheight = document.documentElement.clientheight; } else { if (document.body && document.body.clientheight) { windowheight = document.body.clientheight; } } } return windowheight; } function getAjax(P_url,P_div,P_parms){ $.ajax({ url: P_url, type: "POST", data: P_parms, success: function(html){ $(P_div).html(html); }, error: function(){alert('Easy-Click Error');} }); } var big_image_name=""; //PRELOAD IMAGES function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i