

function setDimensions()
{
	var sb=document.getElementById("shadowbox_body_inner")
	sb.setAttribute("style","width:800px;height:600px;");
}
womAdd('Shadowbox.init()');
