// JavaScript Document
top.window.Event.observe(window,'load',function() {
    var width = window.document.body.clientWidth + window.document.documentElement.scrollLeft;
    var height = window.document.body.clientHeight + window.document.documentElement.scrollTop;
	top.window.Iframe.setSize(width,height);
});

function clickCategory(idx) {
	top.Categories.click(idx);
}
