this_url = location.href;
if ( this_url.indexOf( "dulcolax_edit" ) != -1 ) {
	rootpath = this_url.replace( /dulcolax_edit.*/, "dulcolax_edit" );
	actualpath = this_url.substr(0, this_url.lastIndexOf("/")+1);
} else if ( this_url.indexOf( "dulcolax_prod" ) != -1 ) {
	rootpath = this_url.replace( /dulcolax_prod.*/, "dulcolax_prod" );
	actualpath = this_url.substr(0, this_url.lastIndexOf("/")+1);
} else {
	rootpath = "";
	actualpath = "";
}

