document.write('<style id="special_hide">#treeview-menu { display: none; }</style>');

$(function(){  
	settings = {
		tl: { radius: 10 },
		tr: { radius: 10 },
		bl: { radius: 10 },
		br: { radius: 10 },
		antiAlias: true,
		autoPad: true,
		validTags: ["div"]
	}
  $('.myBox').corner(settings);
});

$(document).ready(function(){ 
	$('.myBox').corner(settings);
			
	$("#treeview-menu").treeview({
		animated: "fast",
		collapsed: true ,
		persist: "location" 
	});
		
	
	$('#special_hide').attr('disabled', 'false');	
	
}); 




/*
$(window).load(function(){	
	function getFile(str) {
		if("undefined"==typeof(str) )
			str=window.parent.location.href;
		return (str.replace(/.+[\/]([^\/]+)$/,'$1'))
	}	
	 
	var pagename = getFile();
	$page = pagename;
	
	if ($page) {
		var drURL = "http://www.supportlibrary.com/nl/users/memorial/web/nl_29.html";
	 	var current = $('a[href*="' + drURL + '"]')
	 	if ( current.length ) {
			 current.addClass("selected").parents("ul, li").add( current.next() ).show();
		}
	}
});
*/
