<script src="http://www.google.com/jsapi"></script>
<script>
// Load jQuery
google.load("jquery", "1.2.6", {uncompressed:false});
google.load("jqueryui", "1.5.2", {uncompressed:false});
</script>
<link rel="stylesheet" href="r/insum/files/static/v2Y/my_tabs_01.css" type="text/css" media="screen" title="Flora (Default)">
<script src="r/insum/files/static/v2Y/jquery.cookie.js"></script>
<script>
$().ready(function() {
//create a DIV element around 2 regions ("my form" and "my report")
$("#my_form, #my_report").wrapAll('<div id="form_report"></div>');
//create the Tabs
$("#my_tabs > ul").tabs(
{cookie: {expires: 1}
}
);
//set the Tabs width
$("ul.ui-tabs-nav").css({width:"350px"});
});
</script> |