function make_tabs() {
	var tabs = new YAHOO.widget.TabView('product_info');
}

YAHOO.util.Event.onContentReady('product_info', make_tabs);
