/* function getScrollPosition() { var obj = new Object(); obj.x = document.documentElement.scrollLeft || document.body.scrollLeft; obj.y = document.documentElement.scrollTop || document.body.scrollTop; return obj; } var x = 200; var y = 100; var obj = getScrollPosition(); alert(obj.x + "\n" + obj.y); x += obj.x; y += obj.y; alert(x + "\n" + y); */ new popUp(200, 100, 500, 500, "Div", "", "white", "black", "bold 10pt sans-serif", "RSSフィードを購読", "navy", "white", "#dddddd", "gray", "black", false, true, true, true, false);