var ID, muse_frame, muse_img, muse_image, Ht, Wd, max, min, x_orig, y_orig, images; var padding = 10-0; var shield = 1-0; var base = '/wp-content/plugins/muse/'; var x_adjust = -108-0; var y_adjust = 0-padding; var max_x = 480-0; var max_y = 640-0; var images = {}; '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '; mywin.document.write( write ); mywin.document.close(); close_img(); } function close_img(){ min.display = 'none'; max.display = 'inline'; muse_frame.display = "none"; muse_img.src = base+'px.gif'; } function get_coords(){ var coords = new Array(); if (window.innerWidth){ coords['inner_h'] = window.innerHeight; coords['inner_w'] = window.innerWidth; coords['h_offset'] = window.scrollY; }else if (document.documentElement && document.documentElement.clientWidth){ coords['inner_h'] = document.documentElement.clientHeight; coords['inner_w'] = document.documentElement.clientWidth; coords['h_offset'] = document.documentElement.scrollTop; }else if (document.body){ coords['inner_h'] = document.body.clientHeight; coords['inner_w'] = document.body.clientWidth; coords['h_offset'] = document.body.scrollTop; } return coords; } function get_obj( layer ){ if( document.all ){ myObj = document.all[layer]; }if( document.getElementById ){ myObj = document.getElementById( layer ); } return myObj; } -->